fix : 修复隧道编辑bug,注释log

This commit is contained in:
2024-09-18 19:52:38 +08:00
parent 2dc7844688
commit 6dcbd23ef4
9 changed files with 36 additions and 14 deletions

View File

@@ -382,7 +382,7 @@ function loadModel(path) {
(xhr) => {
//这里可以拿到加载的进度条!!!
// console.log(xhr);
console.log((xhr.loaded / xhr.total) * 100 + "% loaded");
// console.log((xhr.loaded / xhr.total) * 100 + "% loaded");
},
(err) => {
reject(err);

View File

@@ -137,7 +137,7 @@ async function handleMounted() {
params.form
);
// modelList.value = await initData(params.tunnelId, params.form);
console.log("test", modelList.value);
// console.log("test", modelList.value);
demo.editTunnelInit(toRaw(modelList.value));
demo.SignsInf(params.form.tunnelAlias, String(params.tunnelLength));
} catch (err) {