This commit is contained in:
caozehui
2025-03-11 16:13:03 +08:00
parent 9af98b034f
commit f94372d20b
2 changed files with 5 additions and 1 deletions

View File

@@ -238,6 +238,10 @@ watch(webMsgSend, function (newValue, oldValue) {
switch (newValue.operateCode) {
case "Source":
ElMessage.error('源连接失败!')
connectDisabeld.value = false
startDisabeld.value = true
pauseDisabled.value = true
break;
}
break;
case 'server_error':