fix : 修改风机状态bug

This commit is contained in:
2024-03-01 16:04:42 +08:00
parent 47cfa89257
commit 8e81ca403a
3 changed files with 24 additions and 21 deletions

View File

@@ -174,10 +174,10 @@ async function handleMounted() {
return
} else {
console.log(err);
ElMessage({
message: "场景初始化异常---",
type: "warning",
});
// ElMessage({
// message: "场景初始化异常---",
// type: "warning",
// });
}
}
}

View File

@@ -117,10 +117,10 @@ async function handleMounted() {
demo.SignsInf(params.form.tunnelAlias, String(params.tunnelLength))
} catch (err) {
console.log(err);
ElMessage({
message: "场景初始化异常---",
type: "warning",
});
// ElMessage({
// message: "场景初始化异常---",
// type: "warning",
// });
}
}