|
|
@@ -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 || {};
|