地图
This commit is contained in:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user