|
@@ -24,13 +24,13 @@ module.exports = {
|
|
|
'/files': {
|
|
|
target: 'http://broadcast.waityou24.cn',
|
|
|
},
|
|
|
- '/api/mission': {
|
|
|
- target: 'http://127.0.0.1:4001',
|
|
|
- changeOrigin: true,
|
|
|
- ws: false,
|
|
|
- },
|
|
|
+ // '/api/mission': {
|
|
|
+ // target: 'http://broadcast.waityou24.cn',
|
|
|
+ // changeOrigin: true,
|
|
|
+ // ws: false,
|
|
|
+ // },
|
|
|
'/api': {
|
|
|
- target: 'http://127.0.0.1:9101',
|
|
|
+ target: 'http://broadcast.waityou24.cn',
|
|
|
changeOrigin: true,
|
|
|
ws: false,
|
|
|
},
|