|
@@ -26,16 +26,16 @@ export default ({ command, mode }) => {
|
|
|
proxy:{
|
|
|
'/landcrm': {
|
|
|
// target: 'http://114.215.254.174:8050/',
|
|
|
- target: 'https://ebeitest.wuyeface.com:1188/',
|
|
|
- // target: 'http://172.18.0.23/',
|
|
|
+ // target: 'https://ebeitest.wuyeface.com:1188/',
|
|
|
+ target: 'http://172.18.0.23/',
|
|
|
changeOrigin: true,
|
|
|
ws: true,
|
|
|
rewrite: (path) => path.replace(/^\/landcrm/, '/landcrm')
|
|
|
},
|
|
|
'/device': {
|
|
|
// target: 'http://114.215.254.174:8050/',
|
|
|
- target: 'https://ebeitest.wuyeface.com:1188/',
|
|
|
- // target: 'http://172.18.1.40:8089/',
|
|
|
+ // target: 'https://ebeitest.wuyeface.com:1188/',
|
|
|
+ target: 'http://172.18.1.40:8089/',
|
|
|
// target: 'http://172.18.1.79:8089/',
|
|
|
changeOrigin: true,
|
|
|
ws: true,
|