chore: 🔨 注释文案优化

This commit is contained in:
Ray.Hao
2025-05-19 12:40:51 +08:00
parent 859f3e0cc3
commit 08a396eeb6
5 changed files with 7 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ const AuthAPI = {
});
},
/** 注销登录接口 */
/** 退出登录接口 */
logout() {
return request({
url: `${AUTH_BASE_URL}/logout`,