修复登陆问题

This commit is contained in:
张成
2025-10-05 11:23:20 +08:00
parent d334831876
commit 2548e15ac4
6 changed files with 25 additions and 44 deletions

View File

@@ -574,7 +574,7 @@ export class UserService {
}
}
// 从 loginService 移过来的用户相关方法
// 获取用户详细信息
export const fetchUserProfile = async (): Promise<ApiResponse<UserInfoType>> => {