fix
pyt
2025-03-18 a160568ae67ab21f7bd7fadc606ca7477ef0141c
H5/pages/location/service.js
@@ -3,4 +3,8 @@
// 地点搜索
export const searchLocation = (params) => {
   return request.get(`/api/huacheng-sangeshenbian/applet/home/search-location`, params)
}
// 地点搜索
export const geoconv = (params) => {
   return request.get(`/api/huacheng-sangeshenbian/applet/home/geoconv`, params)
}