|
@@ -48,17 +48,17 @@ module.exports = {
|
|
disableHostCheck: true,
|
|
disableHostCheck: true,
|
|
proxy: {
|
|
proxy: {
|
|
'^/entbase': {
|
|
'^/entbase': {
|
|
- target: 'http://app2-jytest.jianyu360.cn',
|
|
|
|
|
|
+ target: 'http://app3-jytest.jydev.jianyu360.com',
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
logLevel: 'debug'
|
|
logLevel: 'debug'
|
|
},
|
|
},
|
|
'^/entniche': {
|
|
'^/entniche': {
|
|
- target: 'http://app2-jytest.jianyu360.cn',
|
|
|
|
|
|
+ target: 'http://app3-jytest.jydev.jianyu360.com',
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
logLevel: 'debug'
|
|
logLevel: 'debug'
|
|
},
|
|
},
|
|
'^/testServer': {
|
|
'^/testServer': {
|
|
- target: 'https://app2-jytest.jianyu360.cn',
|
|
|
|
|
|
+ target: 'http://app3-jytest.jydev.jianyu360.com',
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
logLevel: 'debug',
|
|
logLevel: 'debug',
|
|
pathRewrite: {
|
|
pathRewrite: {
|
|
@@ -66,7 +66,7 @@ module.exports = {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
'^/jypay': {
|
|
'^/jypay': {
|
|
- target: 'https://app2-jytest.jianyu360.cn',
|
|
|
|
|
|
+ target: 'http://app3-jytest.jydev.jianyu360.com',
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
logLevel: 'debug',
|
|
logLevel: 'debug',
|
|
pathRewrite: {
|
|
pathRewrite: {
|