推翻重来.

This commit is contained in:
lijiahang
2024-01-31 19:02:43 +08:00
parent e9d338f66e
commit 66ab7a7637
15 changed files with 464 additions and 34 deletions

View File

@@ -7,9 +7,9 @@ const HOST: AppRouteRecordRaw = {
component: FULL_LAYOUT,
children: [
{
name: 'hostTerminal',
path: '/host/terminal',
component: () => import('@/views/host/terminal/index.vue'),
name: 'hostSpace',
path: '/host/space',
component: () => import('@/views/host/space/index.vue'),
meta: {
noAffix: true
}