Procházet zdrojové kódy

监控中心不聚合

wang_xy před 2 roky
rodič
revize
a1eb23a0b1
1 změnil soubory, kde provedl 0 přidání a 6 odebrání
  1. 0 6
      src/views/monitor.vue

+ 0 - 6
src/views/monitor.vue

@@ -444,9 +444,6 @@ export default {
               keepBindPopup: false,
               isAggregation: false
             }
-            if (res.data.visuForestCloudCameraBOList.length > 50) {
-              markersMap.isAggregation = true
-            }
             if (res.data.visuForestCloudCameraBOList[i].channelCode != null) {
               markersMap.parameter = res.data.visuForestCloudCameraBOList[i].cameraCode
             } else {
@@ -541,9 +538,6 @@ export default {
               keepBindPopup: false,
               isAggregation: false
             }
-            if (res.data.length > 50) {
-              markersMap.isAggregation = true
-            }
             if (res.data[i].channelCode != null) {
               markersMap.parameter = res.data[i].cameraCode
             } else {