CN-906 fix: 面包屑功能调整
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user