|
@@ -30,8 +30,8 @@ module.exports = { |
|
|
proxy: { |
|
|
proxy: { |
|
|
'/api/pms': { |
|
|
'/api/pms': { |
|
|
// target: 'http://47.104.91.134:8089', |
|
|
// target: 'http://47.104.91.134:8089', |
|
|
target:'http://10.240.32.176:8089', |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
target:'http://10.240.32.182:8089', |
|
|
|
|
|
|
|
|
changeOrigin: true, |
|
|
changeOrigin: true, |
|
|
secure: false, |
|
|
secure: false, |
|
|
}, |
|
|
}, |
|
|