Update On Thu Nov 6 19:42:18 CET 2025

This commit is contained in:
github-action[bot]
2025-11-06 19:42:18 +01:00
parent 4a37a53ca8
commit f7290fe662
95 changed files with 1936 additions and 1084 deletions
+2
View File
@@ -1294,6 +1294,7 @@ export default {
let cancel;
if (!row.connected) {
//该节点并未处于连接状态,因此进行连接
let loading = this.$buefy.loading.open();
waitingConnected(
this.$axios({
url: apiRoot + "/connection",
@@ -1308,6 +1309,7 @@ export default {
cancel = c;
}),
}).then((res) => {
loading.close();
if (res.data.code === "SUCCESS") {
Object.assign(this.runningState, {
running: res.data.data.running