|
@@ -47,8 +47,7 @@ module.exports = {
|
|
|
disableHostCheck: true,
|
|
|
proxy: {
|
|
|
'^/datareport/api': {
|
|
|
- // target: 'http://192.168.20.241:92',
|
|
|
- target: 'http://192.168.20.135:92',
|
|
|
+ target: 'http://web2-jytest.jianyu360.cn',
|
|
|
changeOrigin: true,
|
|
|
logLevel: 'debug',
|
|
|
pathRewrite: {
|
|
@@ -56,8 +55,7 @@ module.exports = {
|
|
|
}
|
|
|
},
|
|
|
'^/jypay': {
|
|
|
- // target: 'http://192.168.20.241:86',
|
|
|
- target: 'http://192.168.20.135:86',
|
|
|
+ target: 'http://web2-jytest.jianyu360.cn',
|
|
|
changeOrigin: true,
|
|
|
logLevel: 'debug',
|
|
|
pathRewrite: {
|