This commit is contained in:
liuye
2022-02-10 15:08:40 +08:00
parent 77414cadfd
commit a898658d37

View File

@@ -54,7 +54,7 @@ export default {
this.mapLib = TMap this.mapLib = TMap
this.tmap = new TMap.Map(this.$refs.tmap, { this.tmap = new TMap.Map(this.$refs.tmap, {
zoom: 11, zoom: 11,
center: new TMap.LatLng(this.config.lat, this.config.lng), // center: new TMap.LatLng(this.config.lat, this.config.lng),
...this.ops ...this.ops
}) })
this.$emit('loaded') this.$emit('loaded')