|
@@ -39,13 +39,23 @@ module.exports = {
|
|
|
changeOrigin: true,
|
|
|
ws: true,
|
|
|
},
|
|
|
+ '/api/mission': {
|
|
|
+ target: 'http://127.0.0.1:7004', ///api/train http://free.liaoningdoupo.com http://jytz.jilinjobs.cn
|
|
|
+ changeOrigin: true,
|
|
|
+ ws: true,
|
|
|
+ },
|
|
|
+ '/api/auth': {
|
|
|
+ target: 'http://127.0.0.1:7006', ///api/train http://free.liaoningdoupo.com http://jytz.jilinjobs.cn
|
|
|
+ changeOrigin: true,
|
|
|
+ ws: true,
|
|
|
+ },
|
|
|
'/files': {
|
|
|
target: 'http://free.liaoningdoupo.com',
|
|
|
changeOrigin: true,
|
|
|
ws: true,
|
|
|
},
|
|
|
'/ws': {
|
|
|
- target: 'http://free.liaoningdoupo.com',
|
|
|
+ target: 'http://127.0.0.1:15674', //http://free.liaoningdoupo.com
|
|
|
ws: true,
|
|
|
},
|
|
|
'/weixin': {
|