zhuli 6 dias atrás
pai
commit
02ade3f4fc
1 arquivos alterados com 1 adições e 1 exclusões
  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 || {};