diff --git a/public/VideoWeb/Build/APP.data.unityweb b/public/VideoWeb/Build/APP.data.unityweb index 67ae382..bcc838a 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 c08bb40..018707c 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 89c8076..4667156 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 b97024e..99ee65d 100644 --- a/public/VideoWeb/index.html +++ b/public/VideoWeb/index.html @@ -209,6 +209,10 @@ // numberNew 判断2-模拟区,1-画布区 window.parent.getFigure(string, string1, string2, 1); } + //获取分析状态 + function Status(jsonString) { + window.parent.getStatus(jsonString); + } //新增图形传图形id function postFigureId(string) { console.log("图形id", string) diff --git a/src/views/bounced/maintenanceRemind.vue b/src/views/bounced/maintenanceRemind.vue index 6b80ba3..ace1f42 100644 --- a/src/views/bounced/maintenanceRemind.vue +++ b/src/views/bounced/maintenanceRemind.vue @@ -1,9 +1,16 @@