From 31b2b222973d547045b347debec009f00f7ee3c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=91=E9=98=B3?= <353513737@qq.com> Date: Mon, 15 Apr 2024 11:55:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=85=BE=E8=AE=AF=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E5=8A=A0=E8=BD=BD=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/map.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/map.js b/api/map.js index 49f8d73..809e776 100644 --- a/api/map.js +++ b/api/map.js @@ -2,7 +2,7 @@ import {request} from '@/untils/AxiosUtils.js'; /*逆地址解析*/ export const getcoder = (location, key, get_poi) => { return request({ - url: '/qq/map/ws/geocoder/v1', + url: 'https://apis.map.qq.com/ws/geocoder/v1', method: 'get', params: { location, @@ -15,7 +15,7 @@ export const getcoder = (location, key, get_poi) => { /*关键词输入提示*/ export const querySearch = (keyword, key) => { return request({ - url: '/qq/map/ws/place/v1/suggestion', + url: 'https://apis.map.qq.com/ws/place/v1/suggestion', method: 'get', params: { keyword,