|
@@ -72,14 +72,14 @@ module.exports = {
|
|
|
},
|
|
|
'/zhongsteel.pass.web/pass/ems': {
|
|
|
// target: '172.16.90.238:8888',
|
|
|
- target: 'http://localhost:8086',
|
|
|
+ target: 'http://localhost:8086',
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
'^/zhongsteel.pass.web/pass/ems': '/'
|
|
|
}
|
|
|
},
|
|
|
'/zhongsteel.pass.web/pass/product': {
|
|
|
- target: 'http://localhost:8888',
|
|
|
+ target: 'http://localhost:8888',
|
|
|
// target: '172.16.90.238:8089',
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|