|
@@ -89,11 +89,11 @@ module.exports = {
|
|
// target: 'http://10.12.10.70/simulation',
|
|
// target: 'http://10.12.10.70/simulation',
|
|
// target: 'http://10.12.10.70:7001', // 登录
|
|
// target: 'http://10.12.10.70:7001', // 登录
|
|
// target: 'http://10.12.10.73:7003', // 王志强
|
|
// target: 'http://10.12.10.73:7003', // 王志强
|
|
- target: 'http://10.12.10.70', // windowstest
|
|
|
|
|
|
+ // target: 'http://10.12.10.70', // windowstest
|
|
// target: 'http://10.12.10.87:8001', // 赵艳
|
|
// target: 'http://10.12.10.87:8001', // 赵艳
|
|
// target: 'http://10.12.10.72:8001', // 王晓峰
|
|
// target: 'http://10.12.10.72:8001', // 王晓峰
|
|
// target: 'http://192.168.30.75', // gq
|
|
// target: 'http://192.168.30.75', // gq
|
|
- // target: 'http://47.94.105.148', // aliyun
|
|
|
|
|
|
+ target: 'http://47.94.105.148', // aliyun
|
|
// target: 'http://10.12.10.74:8001',
|
|
// target: 'http://10.12.10.74:8001',
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
secure: false, // 如果是https接口,需要配置这个参数
|
|
secure: false, // 如果是https接口,需要配置这个参数
|
|
@@ -106,9 +106,9 @@ module.exports = {
|
|
// target: 'http://10.12.10.88:7003', // 王耀栋
|
|
// target: 'http://10.12.10.88:7003', // 王耀栋
|
|
// target: 'http://10.12.10.72:7003', // 王晓峰
|
|
// target: 'http://10.12.10.72:7003', // 王晓峰
|
|
// target: 'http://10.12.10.87:7003', // 赵艳
|
|
// target: 'http://10.12.10.87:7003', // 赵艳
|
|
- target: 'http://10.12.10.70', // windowstest
|
|
|
|
|
|
+ // target: 'http://10.12.10.70', // windowstest
|
|
// target: 'http://192.168.30.75', // gq
|
|
// target: 'http://192.168.30.75', // gq
|
|
- // target: 'http://47.94.105.148', // aliyun
|
|
|
|
|
|
+ target: 'http://47.94.105.148', // aliyun
|
|
// target: 'http://10.12.10.74:7003', // 孟令鑫
|
|
// target: 'http://10.12.10.74:7003', // 孟令鑫
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
secure: false, // 如果是https接口,需要配置这个参数
|
|
secure: false, // 如果是https接口,需要配置这个参数
|