| | |
| | | |
| | | // 视频监控平台 |
| | | // 本地开发 |
| | | VUE_APP_OUTER_NET_VIDEO: 'http://192.168.0.100:18185/api', |
| | | VUE_APP_OUTER_NET_VIDEO: 'http://192.168.1.50:18185/api', |
| | | // VUE_APP_OUTER_NET_VIDEO: 'http://192.168.0.129:18185/api', |
| | | // 内网部署 |
| | | VUE_APP_INTRANET_VIDEO: 'http://10.141.11.11:18185/api', |
| | |
| | | disableDepthTestDistance: Number.POSITIVE_INFINITY |
| | | } |
| | | }, |
| | | incident: this.siteClick, |
| | | incident: this.siteClickCar, |
| | | mouseOverIncident: this.pointMouseOver, |
| | | mouseOutIncident: this.pointMouseOut, |
| | | }) |
| | |
| | | disableDepthTestDistance: Number.POSITIVE_INFINITY |
| | | } |
| | | }, |
| | | incident: this.siteClick, |
| | | incident: this.siteClickTalk, |
| | | |
| | | mouseOverIncident: this.pointMouseOver, |
| | | mouseOutIncident: this.pointMouseOut, |
| | |
| | | disableDepthTestDistance: Number.POSITIVE_INFINITY |
| | | } |
| | | }, |
| | | incident: this.siteClick, |
| | | incident: this.siteClickLaw, |
| | | |
| | | mouseOverIncident: this.pointMouseOver, |
| | | mouseOutIncident: this.pointMouseOut, |
| | |
| | | }, |
| | | |
| | | siteClick (e) { |
| | | this.play(e.overlay.attrParams) |
| | | |
| | | if(this.typeValue==1){ |
| | | this.play(e.overlay.attrParams) |
| | | } |
| | | |
| | | }, |
| | | // 点击查看执法记录仪信息 |
| | | siteClickLaw(e){ |
| | | // console.log(e) |
| | | }, |
| | | // 点击查看手台信息 |
| | | siteClickTalk(e){ |
| | | // console.log(e.overlay.attrParams,88888) |
| | | }, |
| | | // 点击查看警车信息 |
| | | siteClickCar(e){ |
| | | console.log(e) |
| | | }, |
| | | |
| | | dialogBeforeClose () { |