diff --git a/orion-visor-ui/src/App.vue b/orion-visor-ui/src/App.vue
index 0b785d0b..c7e9f430 100644
--- a/orion-visor-ui/src/App.vue
+++ b/orion-visor-ui/src/App.vue
@@ -1,6 +1,8 @@
+
+
diff --git a/orion-visor-ui/src/components/view/chart/index.vue b/orion-visor-ui/src/components/view/chart/index.vue
index 1a04608b..feb87b38 100644
--- a/orion-visor-ui/src/components/view/chart/index.vue
+++ b/orion-visor-ui/src/components/view/chart/index.vue
@@ -12,10 +12,10 @@
import VCharts from 'vue-echarts';
const props = withDefaults(defineProps>(), {
options: () => {
return {};
diff --git a/orion-visor-ui/src/store/modules/terminal/index.ts b/orion-visor-ui/src/store/modules/terminal/index.ts
index 60371420..6e0ae4be 100644
--- a/orion-visor-ui/src/store/modules/terminal/index.ts
+++ b/orion-visor-ui/src/store/modules/terminal/index.ts
@@ -189,7 +189,7 @@ export default defineStore('terminal', {
// 添加到最近连接
this.hosts.latestHosts = [...new Set([tab.hostId, ...this.hosts.latestHosts])];
// 重新打开会话
- await this.sessionManager.reOpenSession(tab.type, sessionId, newSessionId);
+ await this.sessionManager.reOpenSession(sessionId, newSessionId);
},
// 复制并且打开会话