feat: 重构sidebar菜单块逻辑

This commit is contained in:
rd
2025-07-07 18:17:31 +08:00
parent 0fe45bb2b3
commit bd4c338f35
11 changed files with 163 additions and 122 deletions

View File

@ -31,7 +31,6 @@ const COMPONENTS: AppRouteRecordRaw[] = [
locale: '品牌信息',
requiresAuth: true,
roles: ['*'],
menuId: 11,
},
component: () => import('@/views/property-marketing/brands/brand-materials/index.vue'),
},
@ -57,7 +56,6 @@ const COMPONENTS: AppRouteRecordRaw[] = [
locale: '账号管理',
requiresAuth: true,
roles: ['*'],
menuId: 12,
},
component: () => import('@/views/property-marketing/media-account/account-manage'),
},
@ -105,7 +103,6 @@ const COMPONENTS: AppRouteRecordRaw[] = [
locale: '账户管理',
requiresAuth: true,
roles: ['*'],
menuId: 13,
},
component: () => import('@/views/property-marketing/put-account/account-manage'),
},
@ -161,7 +158,6 @@ const COMPONENTS: AppRouteRecordRaw[] = [
locale: '业务洞察报告',
requiresAuth: true,
roles: ['*'],
menuId: 14,
},
component: () => import('@/views/property-marketing/intelligent-solution/businessAnalysisReport'),
},