zhuli 6 天之前
父節點
當前提交
02ade3f4fc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/stores/modules/auth.ts

+ 1 - 1
src/stores/modules/auth.ts

@@ -36,7 +36,7 @@ export const useAuthStore = defineStore({
       const { data } = (await getAuthMenuListApi()) as any;
 
       const hasPermission = await usePermission();
-      const hideMenuNames = ["storeDecoration", "financialManagement", "licenseManagement"];
+      const hideMenuNames = ["storeDecoration", "financialManagement", "licenseManagement", "dynamicManagement"];
 
       // 获取用户信息和 businessSection(经营板块)、mealsFlag(是否提供餐食)
       const userInfo = localGet("geeker-user")?.userInfo || {};