Merge branch 'master' of https://gitee.com/xianfuxing/Mosqkiller
This commit is contained in:
commit
5bad80e5cf
|
@ -266,7 +266,8 @@ export default {
|
||||||
map: this.map
|
map: this.map
|
||||||
})
|
})
|
||||||
|
|
||||||
item.title = '东岸灯饰工业区'
|
// item.title = '东岸灯饰工业区'
|
||||||
|
item.title = item.device_name
|
||||||
const infoWindow = this.instantiateInforWindow(item, true)
|
const infoWindow = this.instantiateInforWindow(item, true)
|
||||||
AMap.event.addListener(marker, 'click', () => {
|
AMap.event.addListener(marker, 'click', () => {
|
||||||
infoWindow.open(this.map, marker.getPosition())
|
infoWindow.open(this.map, marker.getPosition())
|
||||||
|
|
Loading…
Reference in New Issue