修复:IP定位接口路径统一管理,移除地图定位相关代码

This commit is contained in:
2026-01-29 17:11:59 +08:00
parent 8eb09ce6f0
commit 01d1ce5ba8
3 changed files with 5 additions and 75 deletions

View File

@@ -32,6 +32,9 @@ export const API_CONFIG = {
// 区域数据接口
AREA_LIST: '/api/partnerh5/area_list',
// IP定位接口
IP_LOCATION: '/api/partnerh5/ip_location',
},
// 请求超时配置(毫秒)