|
@@ -80,7 +80,10 @@ module.exports = {
|
|
|
// target: 'http://10.10.83.145:6888/user-center',
|
|
|
// target: 'http://10.15.12.70/simulation',
|
|
|
// target: 'http://10.15.12.70:7001', // 登录
|
|
|
- target: 'http://10.15.12.73:7003', // 王志强
|
|
|
+ // target: 'http://10.15.12.73:7003', // 王志强
|
|
|
+ // target: 'http://10.15.12.70', // windowstest
|
|
|
+ // target: 'http://192.168.30.75', // gq
|
|
|
+ target: 'http://47.94.105.148', // aliyun
|
|
|
// target: 'http://10.15.12.74:8001',
|
|
|
changeOrigin: true,
|
|
|
secure: false, // 如果是https接口,需要配置这个参数
|
|
@@ -90,9 +93,12 @@ module.exports = {
|
|
|
},
|
|
|
'/simulation/resource/server': {
|
|
|
// target: 'http://10.15.12.73:7003', // 王志强
|
|
|
- target: 'http://10.15.12.88:7003', // 王耀栋
|
|
|
+ // target: 'http://10.15.12.88:7003', // 王耀栋
|
|
|
// target: 'http://10.15.12.72:7003', // 王晓峰
|
|
|
// target: 'http://10.15.12.87:7003', // 赵艳
|
|
|
+ // target: 'http://10.15.12.70', // windowstest
|
|
|
+ // target: 'http://192.168.30.75', // gq
|
|
|
+ target: 'http://47.94.105.148', // aliyun
|
|
|
changeOrigin: true,
|
|
|
secure: false, // 如果是https接口,需要配置这个参数
|
|
|
pathRewrite: {
|