diff --git a/src/views/counter/map.vue b/src/views/counter/map.vue index 933f0c4..537622c 100644 --- a/src/views/counter/map.vue +++ b/src/views/counter/map.vue @@ -97,6 +97,7 @@ export default { marker.events = defaultEvents this.markers.push(marker) this.center = this.coordinate + console.log(this.deviceList, marker) this.flag = true }) }