| | |
| | | <img |
| | | @click="panoramaPlay" |
| | | class="panorama-control deblurring" |
| | | src="/zhxy/img/icon/panorama.png" |
| | | src="/zhjg/img/icon/panorama.png" |
| | | alt |
| | | /> |
| | | </a> |
| | |
| | | <img |
| | | @click="closeModel" |
| | | class="close-box deblurring" |
| | | src="/zhxy/img/navicon/close.png" |
| | | src="/zhjg/img/navicon/close.png" |
| | | alt |
| | | /> |
| | | </a> |
| | |
| | | <img |
| | | @click="(panoramaShow = false), (panoramaUrl = '')" |
| | | class="close-box" |
| | | src="/zhxy/img/navicon/close.png" |
| | | src="/zhjg/img/navicon/close.png" |
| | | alt |
| | | /> |
| | | </a> |
| | |
| | | audioSynth: null, |
| | | audioMsg: null, |
| | | panoramaShow: false, |
| | | audioImgUrl: '/zhxy/img/icon/start-video.png', |
| | | audioImgUrl: '/zhjg/img/icon/start-video.png', |
| | | urlDataName: null |
| | | } |
| | | }, |
| | |
| | | // this.audioSynth.cancel(); |
| | | that.audioFlag = false |
| | | that.audioCourse = false |
| | | that.audioImgUrl = '/zhxy/img/icon/close-video.png' |
| | | that.audioImgUrl = '/zhjg/img/icon/close-video.png' |
| | | } |
| | | |
| | | window.onbeforeunload = e => { // 刷新时弹出提示 |
| | |
| | | material: new global.DC.PolylineImageTrailMaterialProperty({ |
| | | color: global.DC.Namespace.Cesium.Color.fromBytes(10, 255, 10), |
| | | speed: 60, |
| | | image: '/zhxy/img/icon/right.png', |
| | | image: '/zhjg/img/icon/right.png', |
| | | repeat: { x: 320, y: 1 } |
| | | }), |
| | | clampToGround: true |
| | |
| | | ` |
| | | <div class="point-entitys-box"> |
| | | <div class="point-logo"> |
| | | <img src="/zhxy/img/icon/activity.png"> |
| | | <img src="/zhjg/img/icon/activity.png"> |
| | | </div> |
| | | <div class="point-title"> |
| | | ${name} |
| | |
| | | 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' |
| | | } |
| | | } |
| | | }, |