This commit is contained in:
zhaofang
2022-09-22 10:08:36 +08:00
parent 8dc374cb65
commit db8bed5025

View File

@@ -133,7 +133,7 @@ module.exports = {
},
'/statApi': {
// 目标代理服务器地址
target: 'http://192.168.0.107:9080',
target: 'http://192.168.0.10:9080',
changeOrigin: true,
logLevel:'debug',
secure: false,
@@ -143,7 +143,7 @@ module.exports = {
},
'/subgroupApi': {
// 目标代理服务器地址
target: 'http://192.168.0.107:9081',
target: 'http://192.168.0.10:9081',
changeOrigin: true,
logLevel:'debug',
secure: false,