This commit is contained in:
SunCheng
2026-02-09 19:25:51 +08:00
parent 63aaaf39c5
commit 3e18283e52
38 changed files with 6188 additions and 5342 deletions

View File

@@ -68,7 +68,13 @@ const router = createRouter({
{
path: '/',
name: 'statistics',
component: () => import('../views/StatisticsView.vue'),
component: () => import('../views/statisticsV1/Index.vue'),
meta: { requiresAuth: true }
},
{
path: '/statistics-v2',
name: 'statistics-v2',
component: () => import('../views/statisticsV2/Index.vue'),
meta: { requiresAuth: true }
},
{