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(); });