shuishen
2021-12-17 7804a3a4d61ff1d857973e974bbdf78a2e17feab
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);
      }
    },
  },