From 74592a7ec0a29bbe87463cba41d27fad750fad9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=96=E6=99=8B=E9=A3=9E?= <378266566@qq.com> Date: Tue, 23 Sep 2025 15:07:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=88=A0=E9=99=A4=E9=A6=96=E9=A1=B5-?= =?UTF-8?q?=E5=88=86=E6=9E=90=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes/modules/dashboard.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/router/routes/modules/dashboard.ts b/src/router/routes/modules/dashboard.ts index 0d89a44..735fe4a 100644 --- a/src/router/routes/modules/dashboard.ts +++ b/src/router/routes/modules/dashboard.ts @@ -8,23 +8,23 @@ const dashboard: AppRouteModule = { name: 'Dashboard', component: LAYOUT, parentId: 0, - redirect: '/dashboard/analysis', + redirect: '/dashboard/workbench', meta: { orderNo: 10, icon: 'ant-design:home-outlined', title: t('routes.dashboard.dashboard'), }, children: [ - { - path: 'analysis', - name: 'Analysis', - component: () => import('@/views/dashboard/analysis/index.vue'), - meta: { - // affix: true, - title: t('routes.dashboard.analysis'), - icon: 'ant-design:bar-chart-outlined', - }, - }, + // { + // path: 'analysis', + // name: 'Analysis', + // component: () => import('@/views/dashboard/analysis/index.vue'), + // meta: { + // // affix: true, + // title: t('routes.dashboard.analysis'), + // icon: 'ant-design:bar-chart-outlined', + // }, + // }, { path: 'workbench', name: 'Workbench',