소스 검색

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