| | |
| | | |
| | | <mapPopup /> |
| | | |
| | | <!-- <campusBuildingSearch ref="campusBuildingSearch" /> --> |
| | | <campusBuildingSearch ref="campusBuildingSearch" /> |
| | | |
| | | <campusNav ref="campusNavRoute" v-show="campusNavFlag" /> |
| | | |
| | |
| | | if (JSON.stringify(res.data.data) == '{}') return |
| | | let result = res.data.data |
| | | |
| | | that.$store.commit('SET_MONITORPOPUP', false) |
| | | that.$store.commit("SET_PANORAMAPOPUP", false) |
| | | |
| | | this.$store.commit('SET_STATENAME', result.mechanismname) |
| | | this.$store.commit('SET_PANORAMAURL', result.panoramaurl) |
| | | this.$store.commit('SET_INTRODUCETEXT', result.introduce) |
| | | |
| | | let imgArr = result.tpurl.split(',') |
| | | |
| | | this.$store.commit('SET_POPUPBGURL', imgArr[0]) |
| | | this.$store.commit('SET_POPUPIMGATLAS', imgArr) |
| | | this.$store.commit('SET_POPUPQRURL', result.codeurl) |
| | | |
| | | this.$store.commit("SET_POINTPOSITION", [ |
| | | Number(event.event.coordinate[0]), |
| | | Number(event.event.coordinate[1]), |
| | | Number(0), |
| | | Number(0), |
| | | Number(-90), |
| | | Number(0), |
| | | ]) |
| | | |
| | | this.$store.commit("SET_DETAILSPOPUP", true) |
| | | this.$store.dispatch('setOurDataInPoput', { |
| | | item: result |
| | | }) |
| | | |
| | | this.openPopups({ |
| | | lng: Number(event.event.coordinate[0]), |