feat: 新建连接.

This commit is contained in:
lijiahangmax
2023-12-13 23:59:31 +08:00
parent f2ca6abcb0
commit 31d6f20bab
19 changed files with 7072 additions and 4544 deletions

View File

@@ -10,6 +10,9 @@ const HOST_OPS: AppRouteRecordRaw = {
name: 'hostTerminal',
path: '/host/terminal',
component: () => import('@/views/host-ops/terminal/index.vue'),
meta: {
noAffix: true
}
},
],
};