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

@ -27,7 +27,6 @@ const COMPONENTS: AppRouteRecordRaw[] = [
locale: '行业热门话题洞察',
requiresAuth: true,
roles: ['*'],
menuId: 2,
},
component: () => import('@/views/components/dataEngine/hotTranslation.vue'),
},
@ -38,7 +37,6 @@ const COMPONENTS: AppRouteRecordRaw[] = [
locale: '行业词云',
requiresAuth: true,
roles: ['*'],
menuId: 3,
},
component: () => import('@/views/components/dataEngine/hotCloud.vue'),
},
@ -49,7 +47,6 @@ const COMPONENTS: AppRouteRecordRaw[] = [
locale: '行业关键词动向',
requiresAuth: true,
roles: ['*'],
menuId: 4,
},
component: () => import('@/views/components/dataEngine/keyWord.vue'),
},
@ -60,7 +57,6 @@ const COMPONENTS: AppRouteRecordRaw[] = [
locale: '用户痛点观察',
requiresAuth: true,
roles: ['*'],
menuId: 5,
},
component: () => import('@/views/components/dataEngine/userPainPoints.vue'),
},
@ -71,7 +67,6 @@ const COMPONENTS: AppRouteRecordRaw[] = [
locale: '重点品牌动向',
requiresAuth: true,
roles: ['*'],
menuId: 6,
},
component: () => import('@/views/components/dataEngine/keyBrandMovement.vue'),
},
@ -82,7 +77,6 @@ const COMPONENTS: AppRouteRecordRaw[] = [
locale: '用户画像',
requiresAuth: true,
roles: ['*'],
menuId: 7,
},
component: () => import('@/views/components/dataEngine/userPersona.vue'),
},