From e20af0e91e48692479e88aad7aacd571a2fac9f9 Mon Sep 17 00:00:00 2001 From: xianfuxing Date: Mon, 25 May 2020 14:32:15 +0800 Subject: [PATCH] =?UTF-8?q?#=20title=20=E4=BD=BF=E7=94=A8=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E5=90=8D=E7=A7=B0=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/counter/map2.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/counter/map2.vue b/src/views/counter/map2.vue index ccf146e..27e87ed 100644 --- a/src/views/counter/map2.vue +++ b/src/views/counter/map2.vue @@ -266,7 +266,8 @@ export default { map: this.map }) - item.title = '东岸灯饰工业区' + // item.title = '东岸灯饰工业区' + item.title = item.device_name const infoWindow = this.instantiateInforWindow(item, true) AMap.event.addListener(marker, 'click', () => { infoWindow.open(this.map, marker.getPosition())