|
|
@@ -127,9 +127,17 @@ module.exports = {
|
|
|
'/api':''
|
|
|
}
|
|
|
},
|
|
|
+ '/api/v2': {
|
|
|
+ // target: 'http://192.168.0.57:8879',
|
|
|
+ target: 'http://192.168.1.13:8879',
|
|
|
+ // target: 'http://139.224.24.90:8879',
|
|
|
+
|
|
|
+ ws: true,
|
|
|
+ changeOrigin: true
|
|
|
+ },
|
|
|
'/report':{
|
|
|
- // target:'http://192.168.1.13:8885',
|
|
|
- target:'http://192.168.1.14:8885',
|
|
|
+ target:'http://192.168.1.13:8885',
|
|
|
+ // target:'http://192.168.1.14:8885',
|
|
|
ws:true,
|
|
|
changeOrigin:true
|
|
|
}
|