修改配置文件

This commit is contained in:
daihh
2022-10-13 09:22:25 +08:00
parent 660bccd777
commit 702ddadf88
3 changed files with 21 additions and 6 deletions

View File

@@ -141,14 +141,14 @@ module.exports = {
'^/statApi': ''
}
},
'/subgroupApi': {
'/socialApi': {
// 目标代理服务器地址
target: 'http://192.168.0.11:9081',
changeOrigin: true,
logLevel:'debug',
secure: false,
pathRewrite: {
'^/subgroupApi': ''
'^/socialApi': ''
}
},
},