CN-240 feat: 实体详情
This commit is contained in:
@@ -6,6 +6,10 @@ const routes = [
|
||||
path: '/login',
|
||||
component: () => import('@/Login')
|
||||
},
|
||||
{
|
||||
path: '/entityDetail',
|
||||
component: () => import('@/views/entityExplorer/EntityDetail')
|
||||
},
|
||||
{
|
||||
path: '/',
|
||||
component: () => import('@/components/layout/Home'),
|
||||
|
||||
Reference in New Issue
Block a user