完善功能

This commit is contained in:
wangxiaowei
2026-04-17 21:52:51 +08:00
parent c3639526d1
commit 7f8f15b809
12 changed files with 1364 additions and 426 deletions

View File

@ -197,4 +197,8 @@ export function getCityLists() {
// 逆解析定位地址
export function getGeocoder(params) {
return request.get("index/geocoder", {params})
}
export function getHotCityLists() {
return request.get("index/hotCity")
}