src/components/serviceNavBar/index.vue
@@ -190,6 +190,10 @@ this.$store.commit('SET_PANORAMAURL', result.panoramaurl) this.$store.commit('SET_POPUPIMGATLAS', imgArr) if (result.videourl && result.videourl != '') { this.$store.commit('SET_MONITORURL', result.videourl) } this.newPopup(result) this.viewer.flyToPosition( new this.DC.Position(Number(result.jd), Number(result.wd), 3000, Number(result.heading), Number(result.pitch), Number(result.roll)),