|
@@ -52,7 +52,7 @@ module.exports = {
|
|
|
disableHostCheck: true,
|
|
|
proxy: {
|
|
|
'^/datareport/api': {
|
|
|
- target: 'http://web2-jytest.jianyu360.cn',
|
|
|
+ target: 'app5://web3-jytest.jydev.jianyu360.com',
|
|
|
changeOrigin: true,
|
|
|
logLevel: 'debug',
|
|
|
pathRewrite: {
|
|
@@ -60,7 +60,7 @@ module.exports = {
|
|
|
}
|
|
|
},
|
|
|
'^/jypay': {
|
|
|
- target: 'http://web2-jytest.jianyu360.cn',
|
|
|
+ target: 'http://app5-jytest.jydev.jianyu360.com',
|
|
|
changeOrigin: true,
|
|
|
logLevel: 'debug',
|
|
|
pathRewrite: {
|
|
@@ -68,7 +68,7 @@ module.exports = {
|
|
|
}
|
|
|
},
|
|
|
'^/subscribepay': {
|
|
|
- target: 'http://web2-jytest.jianyu360.cn',
|
|
|
+ target: 'http://app5-jytest.jydev.jianyu360.com',
|
|
|
changeOrigin: true,
|
|
|
logLevel: 'debug',
|
|
|
pathRewrite: {
|