| | |
| | | <img |
| | | @click="closeMapPopupBox" |
| | | class="close-box" |
| | | src="/zhxy/img/navicon/close.png" |
| | | src="/zhjg/img/navicon/close.png" |
| | | alt |
| | | /> |
| | | </div> |
| | |
| | | <div class="arc-bcg"> |
| | | <img :src="popupBgUrl" alt /> |
| | | </div> |
| | | <div |
| | | <!-- <div |
| | | v-show="siteName != null && siteName != ''" |
| | | class="site" |
| | | > |
| | | <strong>地址:</strong> |
| | | {{ siteName }} |
| | | </div> |
| | | </div>--> |
| | | <div |
| | | v-show="telephone != null && telephone != ''" |
| | | class="phone" |
| | |
| | | :class="{ 'change-full': fullscreen }" |
| | | id="PanoramaBox" |
| | | > |
| | | <div style="width: 100%; height: 100%; transform: translate(0, 50%);"> |
| | | <div |
| | | style="width: 100%; height: 100%; " |
| | | :style="{transform: !this.fullscreen ? 'translate(0, 50%)' : 'translate(0, 0)'}" |
| | | > |
| | | <div class="panorama-container"> |
| | | <div class="panorama-wrap"> |
| | | <div |
| | |
| | | > |
| | | <div class="title"> |
| | | <img |
| | | v-if="panoramaPopupFlag" |
| | | @click="returnDetailsPopup" |
| | | class="return-btn" |
| | | src="/zhxy/img/icon/return.png" |
| | | src="/zhjg/img/icon/return.png" |
| | | alt |
| | | /> |
| | | {{ stateName }} |
| | |
| | | <img |
| | | @click="closePanoramaPopupBox" |
| | | class="close-box" |
| | | src="/zhxy/img/navicon/close.png" |
| | | src="/zhjg/img/navicon/close.png" |
| | | alt |
| | | /> |
| | | </div> |
| | |
| | | <div class="monitor-wrap"> |
| | | <div class="content-wrap"> |
| | | <div class="title"> |
| | | <img |
| | | <!-- <img |
| | | @click="returnDetailsPopup" |
| | | class="return-btn" |
| | | src="/zhxy/img/icon/return.png" |
| | | src="/zhjg/img/icon/return.png" |
| | | alt |
| | | /> |
| | | />--> |
| | | {{ stateName }} |
| | | <img |
| | | @click="closeMonitorPopupBox" |
| | | class="close-box" |
| | | src="/zhxy/img/navicon/close.png" |
| | | src="/zhjg/img/navicon/close.png" |
| | | alt |
| | | /> |
| | | </div> |
| | |
| | | <img |
| | | @click="closeAddTagBox" |
| | | class="close-box" |
| | | src="/zhxy/img/navicon/close.png" |
| | | src="/zhjg/img/navicon/close.png" |
| | | alt |
| | | /> |
| | | </div> |
| | |
| | | <img |
| | | @click="closelabelLayerid" |
| | | class="close-box" |
| | | src="/zhxy/img/navicon/close.png" |
| | | src="/zhjg/img/navicon/close.png" |
| | | alt |
| | | /> |
| | | </div> |
| | |
| | | <img |
| | | @click="closeaddIconsLayerIconPopup" |
| | | class="close-box" |
| | | src="/zhxy/img/navicon/close.png" |
| | | src="/zhjg/img/navicon/close.png" |
| | | alt |
| | | /> |
| | | </div> |
| | |
| | | apiUrls: null, |
| | | tabBtnFlag: '教学科研行政', |
| | | QRCodeFlag: false, |
| | | audioImgUrl: '/zhxy/img/icon/close-video.png', |
| | | audioImgUrl: '/zhjg/img/icon/close-video.png', |
| | | audioSource: '', |
| | | audioFlag: false, |
| | | audioCourse: false, |
| | | audioSynth: null, |
| | | audioMsg: null, |
| | | fullscreen: false, |
| | | fullScreenUrl: '/zhxy/img/icon/bigScreen.png', |
| | | fullScreenUrl: '/zhjg/img/icon/bigScreen.png', |
| | | addTagName: '', |
| | | addIconFromcolumn: [ |
| | | // 顺序不要随便换 |
| | |
| | | // }, |
| | | // span: 10, |
| | | // }, |
| | | ] |
| | | ], |
| | | panoramaPopupFlag: false |
| | | } |
| | | }, |
| | | computed: { |
| | |
| | | that.audioSynth.cancel() |
| | | that.audioFlag = false |
| | | that.audioCourse = false |
| | | that.audioImgUrl = '/zhxy/img/icon/close-video.png' |
| | | that.audioImgUrl = '/zhjg/img/icon/close-video.png' |
| | | } |
| | | }) |
| | | }, |
| | |
| | | this.audioSynth.cancel() |
| | | this.audioFlag = false |
| | | this.audioCourse = false |
| | | this.audioImgUrl = '/zhxy/img/icon/close-video.png' |
| | | this.audioImgUrl = '/zhjg/img/icon/close-video.png' |
| | | } |
| | | } |
| | | }, |
| | |
| | | } |
| | | this.audioFlag = false |
| | | this.audioCourse = false |
| | | this.audioImgUrl = '/zhxy/img/icon/close-video.png' |
| | | this.audioImgUrl = '/zhjg/img/icon/close-video.png' |
| | | } |
| | | } |
| | | } |
| | |
| | | }, |
| | | screen () { |
| | | if (this.fullscreen) { |
| | | this.fullScreenUrl = '/zhxy/img/icon/bigScreen.png' |
| | | this.fullScreenUrl = '/zhjg/img/icon/bigScreen.png' |
| | | this.fullscreen = !this.fullscreen |
| | | |
| | | document.getElementById('pcElHeader').style.zIndex = 9999 |
| | | } else { |
| | | this.fullScreenUrl = '/zhxy/img/icon/smallScreen.png' |
| | | this.fullScreenUrl = '/zhjg/img/icon/smallScreen.png' |
| | | this.fullscreen = !this.fullscreen |
| | | |
| | | document.getElementById('pcElHeader').style.zIndex = 9 |
| | |
| | | this.audioSynth.cancel() |
| | | this.audioFlag = false |
| | | this.audioCourse = false |
| | | this.audioImgUrl = '/zhxy/img/icon/close-video.png' |
| | | this.audioImgUrl = '/zhjg/img/icon/close-video.png' |
| | | } |
| | | |
| | | this.panoramaPopupFlag = true |
| | | |
| | | // eslint-disable-next-line new-cap |
| | | var positions = global.DC.Transform.transformWGS84ToCartesian( |
| | |
| | | this.audioSynth.cancel() |
| | | this.audioFlag = false |
| | | this.audioCourse = false |
| | | this.audioImgUrl = '/zhxy/img/icon/close-video.png' |
| | | this.audioImgUrl = '/zhjg/img/icon/close-video.png' |
| | | } |
| | | // eslint-disable-next-line new-cap |
| | | var positions = global.DC.Transform.transformWGS84ToCartesian( |
| | |
| | | }, |
| | | |
| | | returnDetailsPopup () { |
| | | debugger |
| | | this.panoramaPopupFlag = false |
| | | |
| | | var positions = global.DC.Transform.transformWGS84ToCartesian( |
| | | // eslint-disable-next-line new-cap |
| | | new global.DC.Position.fromArray(this.pointPosition) |
| | |
| | | this.audioSynth.cancel() |
| | | this.audioFlag = false |
| | | this.audioCourse = false |
| | | this.audioImgUrl = '/zhxy/img/icon/close-video.png' |
| | | this.audioImgUrl = '/zhjg/img/icon/close-video.png' |
| | | } |
| | | this.$store.commit('SET_DETAILSPOPUP', false) |
| | | }, |
| | |
| | | this.audioSynth.speak(this.audioMsg) |
| | | this.audioFlag = true |
| | | this.audioCourse = true |
| | | this.audioImgUrl = '/zhxy/img/icon/start-video.png' |
| | | this.audioImgUrl = '/zhjg/img/icon/start-video.png' |
| | | } else { |
| | | if (this.audioCourse == true) { |
| | | this.audioSynth.pause() |
| | | this.audioCourse = false |
| | | this.audioImgUrl = '/zhxy/img/icon/close-video.png' |
| | | this.audioImgUrl = '/zhjg/img/icon/close-video.png' |
| | | } else { |
| | | this.audioSynth.resume() |
| | | this.audioCourse = true |
| | | this.audioImgUrl = '/zhxy/img/icon/start-video.png' |
| | | this.audioImgUrl = '/zhjg/img/icon/start-video.png' |
| | | } |
| | | } |
| | | }, |