廖杰:修复预览模式的隧道切换bug和编辑模式的添加bug

This commit is contained in:
Hcat
2024-03-01 21:50:26 +08:00
parent 934b11a274
commit fd47f10974
6 changed files with 67 additions and 65 deletions

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",
});
}
}