fix: 删除部分无用路由

This commit is contained in:
chenjinsong
2023-10-10 15:36:57 +08:00
parent 4fb8ab2996
commit 7b7c2456e2

View File

@@ -92,11 +92,6 @@ const routes = [
path: '/i18n', path: '/i18n',
component: () => import('@/views/administration/I18n') component: () => import('@/views/administration/I18n')
}, },
{
name: 'Chart',
path: '/chart',
component: () => import('@/views/administration/Chart')
},
{ {
path: '/detectionsNew', path: '/detectionsNew',
component: () => import('@/views/detectionsNew/Index') component: () => import('@/views/detectionsNew/Index')