feat: 账号数据看板、账户详情、投放数据

This commit is contained in:
rd
2025-06-28 15:28:54 +08:00
parent 4873cedefe
commit cfd86b1408
28 changed files with 1684 additions and 34 deletions

View File

@ -93,7 +93,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
},
children: [
{
path: 'accountManagement',
path: 'manage',
name: 'PutAccountAccountManagement',
meta: {
locale: '账号管理',
@ -103,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: 'accountDashboard',