Browse Source

事件定位

彭宇 2 years ago
parent
commit
489a5777bd
1 changed files with 4 additions and 5 deletions
  1. 4 5
      src/components/eventLocation.vue

+ 4 - 5
src/components/eventLocation.vue

@@ -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