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)
         }
       })