Merge branch master into feature/juguohong/20250816

This commit is contained in:
李瑞
2025-09-08 22:39:13 +08:00
79 changed files with 2440 additions and 2882 deletions

View File

@@ -34,7 +34,6 @@ export const useUser = create<UserState>()((set) => ({
},
updateUserInfo: async(userInfo: Partial<UserInfoType>) => {
const res = await updateUserProfile(userInfo)
console.log(res)
set({ user: res.data })
}
}))