diff --git a/public/VideoWeb/Build/APP.data.unityweb b/public/VideoWeb/Build/APP.data.unityweb index 9446e08d..4d412827 100644 Binary files a/public/VideoWeb/Build/APP.data.unityweb and b/public/VideoWeb/Build/APP.data.unityweb differ diff --git a/public/VideoWeb/Build/APP.framework.js.unityweb b/public/VideoWeb/Build/APP.framework.js.unityweb index 377543f6..eb71c194 100644 Binary files a/public/VideoWeb/Build/APP.framework.js.unityweb and b/public/VideoWeb/Build/APP.framework.js.unityweb differ diff --git a/public/VideoWeb/Build/APP.wasm.unityweb b/public/VideoWeb/Build/APP.wasm.unityweb index 8055b1c8..00c9ecae 100644 Binary files a/public/VideoWeb/Build/APP.wasm.unityweb and b/public/VideoWeb/Build/APP.wasm.unityweb differ diff --git a/public/VideoWeb/index.html b/public/VideoWeb/index.html index f2bea6d9..1ae55625 100644 --- a/public/VideoWeb/index.html +++ b/public/VideoWeb/index.html @@ -241,6 +241,10 @@ //获取左侧区域删除图形或断面成功后返回的数据 function getdeleData(data){ console.log("id",data) + if(data != null){ + window.parent.delSuccess() + } + } document.body.appendChild(script); diff --git a/src/views/AnalysisMain.vue b/src/views/AnalysisMain.vue index be14946a..d722baa0 100644 --- a/src/views/AnalysisMain.vue +++ b/src/views/AnalysisMain.vue @@ -1,7 +1,7 @@