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