修复登陆问题

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

@@ -3,7 +3,7 @@ import {
fetchUserProfile,
updateUserProfile,
UserInfoType,
} from "@/services/loginService";
} from "@/services/userService";
export interface UserState {
user: UserInfoType | {};