|
@@ -17,7 +17,9 @@ module.exports = {
|
|
|
open: true,
|
|
|
proxy: {
|
|
|
"/": {
|
|
|
- target: 'http://120.25.151.99:49022', // 代理地址,这里设置的地址会代替axios中设置的baseURL
|
|
|
+ // 代理地址,这里设置的地址会代替axios中设置的baseURL
|
|
|
+ // target: 'http://120.25.151.99:49022', // 测试
|
|
|
+ target: 'http://112.74.63.148:49022', // 生产
|
|
|
// target: "http://120.25.151.99:49011",
|
|
|
// target: 'http://112.74.63.148:49011',
|
|
|
// secure: true, // 使用的是http协议设置为 false,https协议设置为 true
|