wang_xy 2 年之前
父節點
當前提交
a65e1b1c37
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/monitor.vue

+ 2 - 2
src/views/monitor.vue

@@ -701,7 +701,7 @@ export default {
           }
           setTimeout(() => {
             that.$refs.supermap.clearM()
-            that.$refs.supermap.setMarkersRadius(this.cameraMarkersList)
+            that.$refs.supermap.setMarkers(this.cameraMarkersList)
           }, 3000)
         }
       })
@@ -780,7 +780,7 @@ export default {
           }
           setTimeout(() => {
             that.$refs.supermap.clearM()
-            that.$refs.supermap.setMarkersRadius(this.cameraMarkersList)
+            that.$refs.supermap.setMarkers(this.cameraMarkersList)
           }, 3000)
         }
       })