This commit is contained in:
2025-12-19 16:57:49 +08:00
parent cd634e6a3e
commit 734e71976e
6 changed files with 377 additions and 18 deletions

View File

@@ -286,6 +286,12 @@ const routes = [
name: 'AdminStatistics',
component: () => import('@/pages/admin/statistics/SystemStatisticsPage.vue'),
meta: { title: '系统统计' }
},
{
path: 'ui-components',
name: 'AdminUIComponents',
component: () => import('@/pages/admin/ui-components/index.vue'),
meta: { title: '组件管理' }
}
]
},