feat: 完善高德地图地点搜索功能

This commit is contained in:
2026-04-17 10:36:18 +08:00
parent 5d0c056449
commit 7c261c3028
5 changed files with 170 additions and 94 deletions

View File

@@ -59,3 +59,9 @@ export function getAmapKey() {
method: 'get'
})
}
export function getAmapSecurityKey() {
return request({
url: '/hrm/travel/amapSecurityKey',
method: 'get'
})
}