From 722e32f0a8257ac47712a671999116ebbd59d421 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com>
Date: Fri, 19 Aug 2022 18:24:37 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E6=8C=A5=E4=B8=AD=E5=BF=83(bim?=
=?UTF-8?q?=E4=B8=AD=E5=BF=83):bim=E6=8E=A5=E5=85=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/bim.html | 3 +
.../projectFront/BIMCenter/overviewTwo.vue | 111 +++++-------------
2 files changed, 31 insertions(+), 83 deletions(-)
diff --git a/public/bim.html b/public/bim.html
index d8271eea..c3416df9 100644
--- a/public/bim.html
+++ b/public/bim.html
@@ -30,8 +30,11 @@
}
window.addEventListener('message', function(e) {
+ // const modelId = e.data.modelId
const data = e.data || {}
+ console.log('eeeeeeeeeee',e)
if (data.token) {
+ // removeModel(modelId)
bimCallback(data.token)
}
// console.log(e.data, '父级页面传来的数据')
diff --git a/src/views/projectFront/BIMCenter/overviewTwo.vue b/src/views/projectFront/BIMCenter/overviewTwo.vue
index 411140e4..338c1ed0 100644
--- a/src/views/projectFront/BIMCenter/overviewTwo.vue
+++ b/src/views/projectFront/BIMCenter/overviewTwo.vue
@@ -1,17 +1,16 @@