diff --git a/src/views/tool/terminal/index.vue b/src/views/tool/terminal/index.vue index e5769c19..f9995983 100644 --- a/src/views/tool/terminal/index.vue +++ b/src/views/tool/terminal/index.vue @@ -27,6 +27,7 @@ type HostStateType = { total: number; data: Record[]; }; + /**主机对象信息状态 */ const hostState: HostStateType = reactive({ show: false, @@ -248,7 +249,8 @@ function fnTabClose(id: string) { /> -
+
+ + +
+ + + + + + + + - - -
@@ -344,6 +346,7 @@ function fnTabClose(id: string) { +