CN-980 fix: 实体详情增加顶部菜单和面包屑

This commit is contained in:
chenjinsong
2023-05-15 15:31:22 +08:00
parent eeb03c5550
commit 21b65344e0
4 changed files with 23 additions and 9 deletions

View File

@@ -6,10 +6,6 @@ const routes = [
path: '/login',
component: () => import('@/Login')
},
{
path: '/entityDetail',
component: () => import('@/views/entityExplorer/EntityDetail')
},
{
path: '/',
component: () => import('@/components/layout/Home'),
@@ -27,6 +23,10 @@ const routes = [
path: '/entityExplorer',
component: () => import('@/views/entityExplorer/EntityExplorer')
},
{
path: '/entityDetail',
component: () => import('@/views/entityExplorer/EntityDetail')
},
{
path: '/detection',
redirect: '/detection/securityEvent'