Merge branch 'feature/v1.3_营销资产中台' of http://gogs.lvfunai.com:444/ai-team/lingji-work-fe into feature/v1.3_营销资产中台

# Conflicts:
#	src/router/routes/modules/propertyMarketing.ts
This commit is contained in:
林志军
2025-06-30 09:48:09 +08:00
64 changed files with 4393 additions and 308 deletions

View File

@ -46,7 +46,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
},
children: [
{
path: 'accountManagement',
path: 'manage',
name: 'MediaAccountAccountManagement',
meta: {
locale: '账号管理',
@ -56,24 +56,26 @@ const COMPONENTS: AppRouteRecordRaw[] = [
component: () => import('@/views/property-marketing/media-account/account-manage'),
},
{
path: 'account-dashboard',
path: 'dashboard',
name: 'MediaAccountAccountDashboard',
meta: {
locale: '账号看板',
locale: '账号数据看板',
requiresAuth: true,
roles: ['*'],
},
component: () => import('@/views/property-marketing/repository/test'),
component: () => import('@/views/property-marketing/media-account/account-dashboard'),
},
{
path: 'accountDetails',
path: 'detail/:id',
name: 'MediaAccountAccountDetails',
meta: {
locale: '账号详情',
requiresAuth: true,
roles: ['*'],
hideInMenu: true,
activeMenu: 'MediaAccountAccountDashboard',
},
component: () => import('@/views/property-marketing/repository/test'),
component: () => import('@/views/property-marketing/media-account/account-detail'),
},
],
},
@ -91,7 +93,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
},
children: [
{
path: 'accountManagement',
path: 'manage',
name: 'PutAccountAccountManagement',
meta: {
locale: '账号管理',
@ -101,14 +103,14 @@ const COMPONENTS: AppRouteRecordRaw[] = [
component: () => import('@/views/property-marketing/put-account/account-manage'),
},
{
path: 'accountData',
path: 'data',
name: 'PutAccountAccountData',
meta: {
locale: '账号数据',
requiresAuth: true,
roles: ['*'],
},
component: () => import('@/views/property-marketing/repository/test'),
component: () => import('@/views/property-marketing/put-account/account-data'),
},
{
path: 'account-dashboard',