|
@@ -22,25 +22,25 @@ module.exports = {
|
|
|
port: '8001',
|
|
|
proxy: {
|
|
|
'/files': {
|
|
|
- target: 'http://broadcast.waityou24.cn',
|
|
|
+ target: 'http://106.12.161.200:8080',
|
|
|
},
|
|
|
'/api/mission': {
|
|
|
- target: 'http://broadcast.waityou24.cn',
|
|
|
+ target: 'http://broadcast.kqyjy.com',
|
|
|
changeOrigin: true,
|
|
|
ws: false,
|
|
|
},
|
|
|
'/api/question': {
|
|
|
- target: 'http://broadcast.waityou24.cn', //http://192.168.1.19:9101
|
|
|
+ target: 'http://broadcast.kqyjy.com', //http://192.168.1.19:9101
|
|
|
changeOrigin: true,
|
|
|
ws: false,
|
|
|
},
|
|
|
'/api/achieve': {
|
|
|
- target: 'http://broadcast.waityou24.cn', //http://192.168.1.19:9101
|
|
|
+ target: 'http://broadcast.kqyjy.com', //http://192.168.1.19:9101
|
|
|
changeOrigin: true,
|
|
|
ws: false,
|
|
|
},
|
|
|
'/api/live': {
|
|
|
- target: 'http://broadcast.waityou24.cn', //http://192.168.1.19:9200
|
|
|
+ target: 'http://broadcast.kqyjy.com', //http://192.168.1.19:9200
|
|
|
changeOrigin: true,
|
|
|
ws: false,
|
|
|
},
|