feat: 新媒体账号管理

This commit is contained in:
rd
2025-06-25 18:26:03 +08:00
parent 62190c346c
commit f645c3e1c0
43 changed files with 1537 additions and 23 deletions

View File

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