review code.

This commit is contained in:
lijiahang
2024-02-01 16:15:51 +08:00
parent 3abd273f88
commit 0263231fdb
59 changed files with 101 additions and 4186 deletions

View File

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