From e8a62defc56da10abcddb76d89b6c6a70b13099c Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Wed, 10 Apr 2024 16:51:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sevenLargeScreen/bImModel/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/sevenLargeScreen/bImModel/index.vue b/src/views/sevenLargeScreen/bImModel/index.vue index afd71d9..d6935fe 100644 --- a/src/views/sevenLargeScreen/bImModel/index.vue +++ b/src/views/sevenLargeScreen/bImModel/index.vue @@ -38,7 +38,8 @@ function getBimfaceList() { // } onMounted(async () => { // url.value = "http://jxj.zhgdyun.com:9809/static/bim.html"; - url.value = window.location.origin + "/static/bim.html"; + // url.value = window.location.origin + "/static/bim.html"; + url.value = "/static/bim.html"; console.log("url-------的地址", window.location.origin); await getBimfaceList(); });