+
liuyg
2021-12-17 4d39edd970d8517f416b4cec2d9babad8e5d95b5
src/components/mobilePopupOurOnce/index.vue
@@ -67,12 +67,15 @@
        setTimeout(() => {
          // 定制化窗体
          let d = {
            position: that.onceData.Cartesian3,
            lntLat: that.onceData.position,
            position: {},
            lntLat: that.onceData.lntLat,
            query: this.onceData,
            useJWD: true, //仅使用经纬度
          };
          that.popupsDom = that.$store.dispatch("setMobileWindows", d);
        }, 500);
      } else if (val == "实景") {
        this.$store.commit("MSET_OPENMOBILEPANORAMA", true);
      }
    },
  },