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); } }, },