fix: 删除部分无用路由
This commit is contained in:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user