From 7b7c2456e22c551fe6d609010efc0d00df6a04be Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Tue, 10 Oct 2023 15:36:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=97=A0=E7=94=A8=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index ae862fbd..cdaa5c32 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -92,11 +92,6 @@ const routes = [ path: '/i18n', component: () => import('@/views/administration/I18n') }, - { - name: 'Chart', - path: '/chart', - component: () => import('@/views/administration/Chart') - }, { path: '/detectionsNew', component: () => import('@/views/detectionsNew/Index')