feat: 数据看板

This commit is contained in:
rd
2025-06-27 18:37:42 +08:00
parent 6a8cf54ccb
commit 80c6b30701
18 changed files with 907 additions and 7 deletions

View File

@ -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',