fix : 修复隧道编辑bug,注释log
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user