fix: my info

This commit is contained in:
zzc
2026-01-30 17:56:14 +08:00
parent 462e664ac9
commit da85fa655d
4 changed files with 325 additions and 2 deletions

View File

@@ -48,7 +48,6 @@ export const useUserStore = defineStore("user", {
async fetchUserInfo() {
try {
const res = await getUserInfo();
console.log(1111, res);
if (res) {
this.setUserInfo(res);
}