支持从第三方读取地图配置

This commit is contained in:
lin
2025-09-25 15:27:30 +08:00
parent bee911fa09
commit 6469aefe22
20 changed files with 417 additions and 24 deletions

View File

@@ -115,3 +115,10 @@ export function info() {
})
}
export function getMapConfig() {
return request({
method: 'get',
url: `/api/server/map/config`
})
}