Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
aixianling
2022-02-10 16:24:45 +08:00
7 changed files with 30 additions and 22 deletions

View File

@@ -54,7 +54,7 @@ export default {
this.mapLib = TMap
this.tmap = new TMap.Map(this.$refs.tmap, {
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.$emit('loaded')