From 54b1d4b07caac530dd6e4b4726bd00f95706f367 Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Thu, 29 May 2025 16:00:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor(custom):=20=E5=9C=B0=E5=9B=BEKey?= =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 6131976..2629d00 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -124,7 +124,7 @@ const getUserLocal = async () => { type: 'wgs84', success: res => { Taro.request({ - url: `https://apis.map.qq.com/ws/geocoder/v1/?location=${res.latitude},${res.longitude}&key=S3GBZ-WR26O-IXNW2-SXBOD-LZXV6-WAFNO&get_poi=1`, + url: `https://apis.map.qq.com/ws/geocoder/v1/?location=${res.latitude},${res.longitude}&key=4EJBZ-TZXCV-IHUPX-UMI2L-MK3N3-37FSQ&get_poi=1`, method: 'GET', success: res => { switch (res.data.status) {