flat: cityId

This commit is contained in:
Apcallover
2024-04-23 19:41:17 +08:00
parent 08ab1d3cea
commit 04c0c631fd
7 changed files with 36 additions and 35 deletions

View File

@@ -3,10 +3,11 @@ module.exports = {
port: 1887,
proxy: {
'/api': {
target: 'http://10.165.0.173:8000',
target: 'http://192.168.1.101:8200',
ws: true,
changeOrigin: true,
pathRewrite: {
'^/api': '/'
"^/api/jobslink-api": "/"
}
},
'/qq/map': {