瀏覽代碼

Merge remote-tracking branch 'origin/master'

yuanchao 2 月之前
父節點
當前提交
2881f6822d
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/pms/map/Map.vue

+ 0 - 1
src/views/pms/map/Map.vue

@@ -210,7 +210,6 @@ const createClusterLabel = (cluster: Cluster, point: any) => {
 const clusterDevices = (devices: IotDeviceVO[], map: any): Cluster[] => {
   const clusters: Cluster[] = []
   const gridSize = getGridSize(map.getZoom())
-  debugger
 
   const gridMap = new Map<string, Cluster>()