fix: 无用代码、文件清理

This commit is contained in:
chenjinsong
2022-02-14 17:40:29 +08:00
parent c27891dc21
commit 88b1fa3bcd
32 changed files with 344 additions and 5688 deletions

View File

@@ -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'),