Browse Source

提交代码

Lijy 1 year ago
parent
commit
bbf3a4f2f2
1 changed files with 1 additions and 1 deletions
  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: { // 取值