feat: 数据看板
This commit is contained in:
@ -59,11 +59,11 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
path: 'accountDashboard',
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user