CN-119 feat: 完成interface页面

This commit is contained in:
chenjinsong
2021-09-02 17:12:27 +08:00
parent 5973ca1b6e
commit cbcf111ccf
20 changed files with 496 additions and 130 deletions

View File

@@ -33,6 +33,10 @@ const routes = [
{
path: '/entityExplorer',
component: () => import('@/views/entities/EntityExplorer')
},
{
path: '/galaxyProxy',
component: () => import('@/views/settings/GalaxyProxy')
}
]
}