瀏覽代碼

事件定位

彭宇 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