|
|
|
@ -64,12 +64,12 @@ export default ({ mode, command }) => { |
|
|
|
// target: 'http://192.168.1.5:82',
|
|
|
|
// target: 'http://192.168.1.5:82',
|
|
|
|
// target: "http://192.168.1.4:82",
|
|
|
|
// target: "http://192.168.1.4:82",
|
|
|
|
// target:'http://49.232.74.228:82',
|
|
|
|
// target:'http://49.232.74.228:82',
|
|
|
|
// target: "http://192.168.0.103",
|
|
|
|
target: "http://192.168.0.7", |
|
|
|
//target: 'https://saber3.bladex.cn/api',
|
|
|
|
//target: 'https://saber3.bladex.cn/api',
|
|
|
|
// target: 'http://49.232.74.228:82',
|
|
|
|
// target: 'http://49.232.74.228:82',
|
|
|
|
// target: "http:192.168.0.220:80",
|
|
|
|
// target: "http:192.168.0.220:80",
|
|
|
|
// target: 'http:49.232.74.228:49',
|
|
|
|
// target: 'http:49.232.74.228:49',
|
|
|
|
target: 'http://49.232.74.228:80', //测试环境的地址
|
|
|
|
// target: 'http://49.232.74.228:80', //测试环境的地址
|
|
|
|
changeOrigin: true, |
|
|
|
changeOrigin: true, |
|
|
|
rewrite: path => path.replace(/^\/api/, ''), |
|
|
|
rewrite: path => path.replace(/^\/api/, ''), |
|
|
|
}, |
|
|
|
}, |
|
|
|
|