浏览代码

提交代码

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: { // 取值