feat: 账号数据看板、账户详情、投放数据
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user