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) {