From 373be0527f8a8f40e677dfc407e22327bf88d992 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Tue, 13 Jan 2026 16:51:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=92=8C=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/api/api.js | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/common/api/api.js b/common/api/api.js index 661392c..f18cd88 100644 --- a/common/api/api.js +++ b/common/api/api.js @@ -3,12 +3,15 @@ import request from '@/common/api/request.js' const url = '/account' //根据经纬度获取信息 export const APIgeocodelocation = (data) => { - return request({ - url: url + '/user/geo/geocode', - method: 'get', - data: data, - toast: false + return new Promise((resove, reject) => { + resove(null) }) + // return request({ + // url: url + '/user/geo/geocode', + // method: 'get', + // data: data, + // toast: false + // }) } //登录