腾讯地图定位

This commit is contained in:
zxy
2024-02-04 22:34:37 +08:00
parent 966439f8d6
commit ca50d9cab0
3 changed files with 50 additions and 51 deletions

View File

@@ -31,12 +31,12 @@ module.exports = {
"^/api": "/"
}
},
"/api/map": {
"/qq/map": {
//本地服务接口地址
target: "http://apis.map.qq.com",
target: "https://apis.map.qq.com",
ws: true,
pathRewrite: {
"^/api/map": "/"
"^/qq/map": "/"
}
}
}