chore: 更新开发环境代理配置
将代理目标地址从172.16.1.103更新为172.16.1.148,以适配新的开发服务器环境
This commit is contained in:
parent
191242418a
commit
b3893f6af1
|
|
@ -14,8 +14,8 @@ module.exports = {
|
|||
//本地服务接口地址
|
||||
// target: 'http://link.ser99.vip:8080/zhongkai',
|
||||
// target: 'http://65.73.11.246:7774',
|
||||
// target: 'http://172.16.1.155:8009',
|
||||
target: 'http://172.16.1.103:8084',
|
||||
// target: 'http://172.16.1.111:8000',
|
||||
target: 'http://172.16.1.148:8084',
|
||||
// target: 'http://172.16.1.162:8233',
|
||||
// target: 'http://192.168.13.138:8233',
|
||||
// target: 'http://172.16.1.113:8012',
|
||||
|
|
@ -29,7 +29,7 @@ module.exports = {
|
|||
//集采
|
||||
// target: 'http://65.73.11.246:8083',
|
||||
// target: 'http://172.16.1.155:8080',
|
||||
target: 'http://172.16.1.103:8084',
|
||||
target: 'http://172.16.1.148:8083',
|
||||
ws: true,
|
||||
https: true,
|
||||
pathRewrite: {
|
||||
|
|
@ -40,7 +40,7 @@ module.exports = {
|
|||
//平台
|
||||
// target: 'http://65.73.11.246:8090',
|
||||
// target: 'http://172.16.1.155:8080',
|
||||
target: 'http://172.16.1.103:8080',
|
||||
target: 'http://172.16.1.148:8080',
|
||||
ws: true,
|
||||
https: true,
|
||||
pathRewrite: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue