shenzhen-dev #2

Merged
admin merged 614 commits from shenzhen-dev into master 2025-06-03 18:28:43 +08:00
Showing only changes of commit e8a62defc5 - Show all commits

View File

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