fix: 上线前修改

This commit is contained in:
anonymous
2025-01-09 20:23:04 +08:00
parent 246c28e5d0
commit 7ad24e1444
11 changed files with 72 additions and 50 deletions
+1
View File
@@ -19,6 +19,7 @@ export const useUserStore = defineStore(
url: '/pages-sub/realname/index',
})
}
userInfo.value.realname = res.data.realname
return res.data
})
})