fix: 无用代码、文件清理
This commit is contained in:
@@ -10,6 +10,10 @@ const routes = [
|
||||
path: '/entityDetail',
|
||||
component: () => import('@/views/entityExplorer/EntityDetail')
|
||||
},
|
||||
{
|
||||
path: '/detections',
|
||||
component: () => import('@/views/detections/Index')
|
||||
},
|
||||
{
|
||||
path: '/',
|
||||
component: () => import('@/components/layout/Home'),
|
||||
|
||||
Reference in New Issue
Block a user