소스 검색

提交代码

Lijy 1 년 전
부모
커밋
bbf3a4f2f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/store/index.ts

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/store/index.ts

@@ -4,7 +4,7 @@ export const useStore = defineStore({
     state: () => ({
         userInfo: {}, // 当前的用户信息
         routers: [], // 返回的所有路由
-        asyncRoutesMark: false
+        asyncRoutesMark: false, // 是否添加过路由
     }),
     getters: { // 取值