|
@@ -25,12 +25,12 @@ module.exports = {
|
|
|
target: 'http://broadcast.waityou24.cn',
|
|
|
},
|
|
|
'/api/live': {
|
|
|
- target: 'http://192.168.1.19:9101',
|
|
|
+ target: 'http://broadcast.waityou24.cn', //http://192.168.1.19:9101
|
|
|
changeOrigin: true,
|
|
|
ws: false,
|
|
|
},
|
|
|
'/api/achieve': {
|
|
|
- target: 'http://192.168.1.19:9103',
|
|
|
+ target: 'http://broadcast.waityou24.cn', //http://192.168.1.19:9103
|
|
|
changeOrigin: true,
|
|
|
ws: false,
|
|
|
},
|