Merge remote-tracking branch 'origin/feature/0625_账户管理' into feature/v1.3_营销资产中台

This commit is contained in:
rd
2025-06-27 09:32:07 +08:00
60 changed files with 3021 additions and 23 deletions

View File

@ -1,3 +1,7 @@
/*
* @Author: RenXiaoDong
* @Date: 2025-06-24 16:50:35
*/
export const WHITE_LIST = [
{ name: 'notFound', children: [] },
{ name: 'login', children: [] },
@ -20,6 +24,6 @@ export const DEFAULT_ROUTE = {
export const MENU_GROUP_IDS = {
DATA_ENGINE_ID: 1, // 全域数据分析
MANAGEMENT_ID: -1, // 管理中心
PROPERTY_ID: 2, // 资产营销平台
PROPERTY_ID: 10, // 资产营销平台
WORK_BENCH_ID: -99, // 工作台
};

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'),
},

View File

@ -53,7 +53,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
requiresAuth: true,
roles: ['*'],
},
component: () => import('@/views/property-marketing/repository/test'),
component: () => import('@/views/property-marketing/media-account/account-manage'),
},
{
path: 'accountDashboard',
@ -98,7 +98,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
requiresAuth: true,
roles: ['*'],
},
component: () => import('@/views/property-marketing/repository/test'),
component: () => import('@/views/property-marketing/put-account/account-manage'),
},
{
path: 'accountData',