|
@@ -101,8 +101,8 @@
|
|
|
bindPopupHtml: '定位',
|
|
|
click: '',
|
|
|
parameter: '',
|
|
|
- keepBindPopup: true,
|
|
|
- isAggregation: true
|
|
|
+ keepBindPopup: false,
|
|
|
+ isAggregation: false
|
|
|
}]
|
|
|
let that=this;
|
|
|
getNearEvent(this.longitude,this.latitude).then(res => {
|
|
@@ -176,14 +176,13 @@
|
|
|
bindPopupHtml: '定位',
|
|
|
click: '',
|
|
|
parameter: '',
|
|
|
- keepBindPopup: true,
|
|
|
- isAggregation: true
|
|
|
+ keepBindPopup: false,
|
|
|
+ isAggregation: false
|
|
|
}]
|
|
|
if (tab.name == 'monitor') {
|
|
|
that.cameraMarkersList=[];
|
|
|
that.cameraList =[];
|
|
|
getNearCamera(this.longitude,this.latitude).then(res => {
|
|
|
- debugger
|
|
|
//根据设备类型查看列表
|
|
|
that.cameraList = res.data
|
|
|
|