CN-1087 fix: 实体关系探索架子

This commit is contained in:
chenjinsong
2023-06-16 17:18:58 +08:00
parent f8456e57a3
commit c86a7cfeae
5 changed files with 58 additions and 3 deletions

View File

@@ -27,6 +27,10 @@ const routes = [
path: '/entityDetail',
component: () => import('@/views/entityExplorer/EntityDetail')
},
{
path: '/entityGraph',
component: () => import('@/views/entityExplorer/EntityGraph')
},
{
path: '/detection',
redirect: '/detection/securityEvent'