From 6007ae8f29940ccf616a7602e723e6179a207a14 Mon Sep 17 00:00:00 2001 From: lzh Date: Mon, 22 Dec 2025 17:17:55 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20Analytics=20=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E5=B7=B2=E6=9A=82=E6=97=B6=E7=A6=81=E7=94=A8=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E4=BC=9A=E5=9C=A8=E8=8F=9C=E5=8D=95=E4=B8=AD=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/router/routes/modules/dashboard.ts | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/web-antd/src/router/routes/modules/dashboard.ts b/apps/web-antd/src/router/routes/modules/dashboard.ts index 2cccc8115..3063f5dbf 100644 --- a/apps/web-antd/src/router/routes/modules/dashboard.ts +++ b/apps/web-antd/src/router/routes/modules/dashboard.ts @@ -21,16 +21,16 @@ const routes: RouteRecordRaw[] = [ title: $t('page.dashboard.workspace'), }, }, - { - name: 'Analytics', - path: '/analytics', - component: () => import('#/views/dashboard/analytics/index.vue'), - meta: { - affixTab: true, - icon: 'lucide:area-chart', - title: $t('page.dashboard.analytics'), - }, - }, + // { + // name: 'Analytics', + // path: '/analytics', + // component: () => import('#/views/dashboard/analytics/index.vue'), + // meta: { + // affixTab: true, + // icon: 'lucide:area-chart', + // title: $t('page.dashboard.analytics'), + // }, + // }, ], }, {