diff --git a/src/components/AiTMap.vue b/src/components/AiTMap.vue index ada7504e..64abcb6b 100644 --- a/src/components/AiTMap.vue +++ b/src/components/AiTMap.vue @@ -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')