فهرست منبع

Merge branch 'feature_241128_lujl' of http://git.cestong.com.cn/cecf/observe-admin into feature_241128_lujl

lujialiang 1 هفته پیش
والد
کامیت
775b862922
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      src/store/modules/auth/index.ts

+ 3 - 1
src/store/modules/auth/index.ts

@@ -113,7 +113,9 @@ export const useAuthStore = defineStore(SetupStoreId.Auth, () => {
   }
 
   async function getUserInfo() {
-    const { data: info, error } = await fetchGetUserInfo();
+    const {
+      data: { data: info, error }
+    } = await fetchGetUserInfo();
 
     if (!error) {
       // update store