This commit is contained in:
2026-02-27 11:38:33 +08:00
parent 9aa08b8076
commit 2b49a59174
9 changed files with 1 additions and 161 deletions

View File

@@ -28,7 +28,7 @@ export const systemRoutes: RouteRecordRaw[] = [
path: '/dashboard/analysis',
name: 'Analysis',
component: () => import('@/views/dashboard/analysis/index.vue'),
meta: { title: '分析页', icon: 'insert-chart', hidden: false, affix: true },
meta: { title: '页', icon: 'insert-chart', hidden: false, affix: true },
},
],
},