CN-906 fix: 面包屑功能调整

This commit is contained in:
chenjinsong
2023-02-26 23:06:57 +08:00
committed by 陈劲松
parent f87714fae2
commit 5896931487
2 changed files with 45 additions and 19 deletions

View File

@@ -27,6 +27,10 @@ const routes = [
path: '/entityExplorer',
component: () => import('@/views/entityExplorer/EntityExplorer')
},
{
path: '/detection',
redirect: '/detection/securityEvent'
},
{
path: '/detection/:typeName',
component: () => import('@/views/detections/Index')