wang_xy 2 năm trước cách đây
mục cha
commit
a65e1b1c37
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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)
         }
       })