|
@@ -413,6 +413,7 @@ export default {
|
|
|
//获取左侧动态感知设备
|
|
|
let that = this
|
|
|
selectDeviceType().then(res => {
|
|
|
+ that.cameraMarkersList=[]
|
|
|
that.visuForestCloudMapDeviceBOList = res.data.visuForestCloudMapDeviceBOList
|
|
|
|
|
|
that.region = res.data.visuForestCloudTodaySjfbBOList
|
|
@@ -472,8 +473,24 @@ export default {
|
|
|
' </div>' +
|
|
|
' </div>' +
|
|
|
' </span>' +
|
|
|
+ '<span>' +
|
|
|
+ ' <div class="d-l-con">' +
|
|
|
+ ' <div class="d-l-l-text">' +
|
|
|
+ ' <h4>摄像头类型:' + res.data.visuForestCloudCameraBOList[i]
|
|
|
+ .cameraFactory + '</h4>' +
|
|
|
+ ' </div>' +
|
|
|
+ ' </div>' +
|
|
|
+ ' </span>' +
|
|
|
+ '<span>' +
|
|
|
+ ' <div class="d-l-con">' +
|
|
|
+ ' <div class="d-l-l-text">' +
|
|
|
+ ' <h4>摄像头半径:' + res.data.visuForestCloudCameraBOList[i]
|
|
|
+ .cameraRadius + '米</h4>' +
|
|
|
+ ' </div>' +
|
|
|
+ ' </div>' +
|
|
|
+ ' </span>' +
|
|
|
'</div>'
|
|
|
- this.cameraMarkersList.push(markersMap)
|
|
|
+ that.cameraMarkersList.push(markersMap)
|
|
|
// cameraAccount: "1"
|
|
|
// cameraCode: "1000010"
|
|
|
// cameraFactory: "2"
|
|
@@ -494,7 +511,7 @@ export default {
|
|
|
setTimeout(() => {
|
|
|
that.$refs.supermap.clearM(true)
|
|
|
that.$refs.supermap.clearM(false)
|
|
|
- that.$refs.supermap.setMarkersRadius(this.cameraMarkersList)
|
|
|
+ that.$refs.supermap.setMarkersRadius(that.cameraMarkersList)
|
|
|
}, 1000)
|
|
|
}
|
|
|
})
|
|
@@ -551,8 +568,24 @@ export default {
|
|
|
' </div>' +
|
|
|
' </div>' +
|
|
|
' </span>' +
|
|
|
+ '<span>' +
|
|
|
+ ' <div class="d-l-con">' +
|
|
|
+ ' <div class="d-l-l-text">' +
|
|
|
+ ' <h4>摄像头类型:' + res.data[i]
|
|
|
+ .cameraFactory + '</h4>' +
|
|
|
+ ' </div>' +
|
|
|
+ ' </div>' +
|
|
|
+ ' </span>' +
|
|
|
+ '<span>' +
|
|
|
+ ' <div class="d-l-con">' +
|
|
|
+ ' <div class="d-l-l-text">' +
|
|
|
+ ' <h4>摄像头半径:' + res.data[i]
|
|
|
+ .cameraRadius + '米</h4>' +
|
|
|
+ ' </div>' +
|
|
|
+ ' </div>' +
|
|
|
+ ' </span>' +
|
|
|
'</div>'
|
|
|
- this.cameraMarkersList.push(markersMap)
|
|
|
+ that.cameraMarkersList.push(markersMap)
|
|
|
// cameraAccount: "1"
|
|
|
// cameraCode: "1000010"
|
|
|
// cameraFactory: "2"
|
|
@@ -573,7 +606,7 @@ export default {
|
|
|
setTimeout(() => {
|
|
|
that.$refs.supermap.clearM(true)
|
|
|
that.$refs.supermap.clearM(false)
|
|
|
- that.$refs.supermap.setMarkers(this.cameraMarkersList)
|
|
|
+ that.$refs.supermap.setMarkersRadius(that.cameraMarkersList)
|
|
|
}, 1000)
|
|
|
}
|
|
|
})
|