From a35f963076eecf415487e4c9cc4c102903fec4d2 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期三, 01 十一月 2023 17:11:15 +0800 Subject: [PATCH] 会议保障历史记录+跳转标准地平台 --- src/components/map/viewer.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/map/viewer.vue b/src/components/map/viewer.vue index 99fb0d1..0d14e3a 100644 --- a/src/components/map/viewer.vue +++ b/src/components/map/viewer.vue @@ -87,8 +87,8 @@ window.sgworld = new SmartEarth.EarthCtrl( "sdkContainer", { - StaticFileBaseUrl: "../../../static/CimSDK/", - // StaticFileBaseUrl: "../../../SW/static/CimSDK/", + // StaticFileBaseUrl: "../../../static/CimSDK/", + StaticFileBaseUrl: "../../../SW/static/CimSDK/",// }, {}, {}, @@ -203,8 +203,8 @@ }, }); //鍒濆鍖栧脊绐椾簨浠� + // that.showBottom(); that.initLayerOpen(); - that.showBottom(); }); let size = this.detectZoom(); this.scale = (100 / size).toFixed(2); -- Gitblit v1.9.3