From a031f4f7e9194e4d816cb84e69ec106871043335 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Fri, 8 Dec 2023 18:17:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20BIMBASE=E6=96=B0=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BB=A5=E5=8F=8ABUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/bim.html | 2 - public/bimBase.html | 139 +++++ public/js/config.js | 2 +- src/assets/js/api/project.js | 11 + src/assets/js/http.js | 4 +- src/router/index.js | 7 + src/store/index.js | 22 +- .../projectFront/BIMBASECenter/BIMManage.vue | 534 ++++++++++++++++++ .../BIMBASECenter/overviewTwo.vue | 258 +++++++++ .../projectFront/BIMCenter/overviewTwo.vue | 2 +- 10 files changed, 964 insertions(+), 17 deletions(-) create mode 100644 public/bimBase.html create mode 100644 src/views/projectFront/BIMBASECenter/BIMManage.vue create mode 100644 src/views/projectFront/BIMBASECenter/overviewTwo.vue diff --git a/public/bim.html b/public/bim.html index 704b6678..00395eac 100644 --- a/public/bim.html +++ b/public/bim.html @@ -51,10 +51,8 @@ Glodon.Bimface.Viewer.Viewer3DEvent.MouseClicked, (data) => { console.log(data); - setTimeout(() => { // 往父级传递 window.parent.postMessage({ msg: data.elementId }); - }, 200); } ); } diff --git a/public/bimBase.html b/public/bimBase.html new file mode 100644 index 00000000..5c25f944 --- /dev/null +++ b/public/bimBase.html @@ -0,0 +1,139 @@ + + +
+ ++ {{ $t('message.BIMmanage.warnText') }} +
+
+