| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-08-18 16:18:17 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2023-02-06 10:35:26 |
| | | * @LastEditTime: 2023-02-08 17:15:57 |
| | | * @FilePath: \srs-police-affairs\src\views\home\index.vue |
| | | * @Description: 小区-栋-层-房屋 |
| | | * |
| | |
| | | </div> |
| | | <!-- <div class="layers-control-btn moitor"> |
| | | <el-checkbox v-model="monitoringLayerShow" @change="monitoringChange">监控</el-checkbox> |
| | | </div>--> |
| | | </div> --> |
| | | <!-- <div class="layers-control-btn panorama"> |
| | | <el-checkbox v-model="panoramaLayerShow" @change="panoramaChange">全景</el-checkbox> |
| | | </div>--> |
| | |
| | | if (e == true) { |
| | | if (this.cameraList.length > 0) { |
| | | this.cameraList.forEach(item => { |
| | | |
| | | if (item.longitude && item.latitude) { |
| | | this.$EventBus.$emit('layerPointAdd', { |
| | | layerName: 'cameraLayers', |
| | |
| | | alt: 100, |
| | | url: '/img/icon/camera.png' |
| | | }, |
| | | incident: this.phoneSiteClick |
| | | incident: this.siteClick |
| | | }) |
| | | } |
| | | |
| | |
| | | |
| | | siteClick (e) { |
| | | this.dialogEquimentVideoTitle = e.overlay.attrParams.name |
| | | this.dialogEquimentVideoVisible = true |
| | | |
| | | this.play(e.overlay.attrParams) |
| | | }, |
| | | |
| | | dialogBeforeClose () { |
| | |
| | | } |
| | | }) |
| | | }, |
| | | |
| | | |
| | | multPolyganToList (data) { |
| | | let ployganStringList = [] |