北京经济技术开发区经开区虚拟城市项目-【前端】-Web
lixuliang
2023-11-01 a35f963076eecf415487e4c9cc4c102903fec4d2
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);