From a898658d37cdc233a3f6140e94d62a9b000d1e73 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 10 Feb 2022 15:08:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AiTMap.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')