|
@@ -21,19 +21,19 @@ module.exports = {
|
|
|
},
|
|
|
proxy: {
|
|
|
'/api': {
|
|
|
- target: `http://localhost:8080`,
|
|
|
+ target: `http://192.168.2.10:8081`,
|
|
|
// target: `http://172.16.12.146:8080`,
|
|
|
ws: true,
|
|
|
changeOrigin: true,
|
|
|
},
|
|
|
'/ws': {
|
|
|
- target: `ws://localhost:8080/ws`,
|
|
|
+ target: `ws://192.168.2.10:8081/ws`,
|
|
|
// target: `ws://172.16.12.146:8080/ws`,
|
|
|
ws: true,
|
|
|
changeOrigin: true,
|
|
|
},
|
|
|
'/video':{
|
|
|
- target: `ws://localhost:8080/`,
|
|
|
+ target: `ws://192.168.2.10:8081/`,
|
|
|
// target: `ws://172.16.12.146:8080/ws`,
|
|
|
ws: true,
|
|
|
changeOrigin: true,
|