彭宇 пре 2 година
родитељ
комит
489a5777bd
1 измењених фајлова са 4 додато и 5 уклоњено
  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