-.-....-.---.-- -..-......----.. ---..---.-.-..- --....-....----

This commit is contained in:
aixianling
2023-09-21 10:37:37 +08:00
parent 51aa329160
commit 54b4c6f7c3

View File

@@ -182,10 +182,8 @@ export default {
map.clearMap() map.clearMap()
const center = map.getCenter() const center = map.getCenter()
map.on('click', () => { map.on('click', () => {
map.setCenter(center) map.setZoomAndCenter(10, center)
map.setFitView()
map.setPitch(0) map.setPitch(0)
this.mapDialog = false this.mapDialog = false
}) })
this.values.filter(e => e.lng).map((e) => { this.values.filter(e => e.lng).map((e) => {