|
@@ -26,23 +26,18 @@ module.exports = {
|
|
|
//api地址前缀
|
|
|
proxy: {
|
|
|
'/api/servicezhwl': {
|
|
|
- target: 'http://free.liaoningdoupo.com',
|
|
|
+ target: 'http://127.0.0.1:7002',
|
|
|
},
|
|
|
'/api/role/auth': {
|
|
|
- target: 'http://free.liaoningdoupo.com', //http://free.liaoningdoupo.com
|
|
|
+ target: 'http://broadcast.waityou24.cn/', //http://broadcast.waityou24.cn/
|
|
|
changeOrigin: true,
|
|
|
ws: true,
|
|
|
},
|
|
|
'/files': {
|
|
|
- target: 'http://free.liaoningdoupo.com',
|
|
|
- },
|
|
|
- '/api': {
|
|
|
- target: 'http://free.liaoningdoupo.com',
|
|
|
- changeOrigin: true,
|
|
|
- ws: true,
|
|
|
+ target: 'http://broadcast.waityou24.cn/',
|
|
|
},
|
|
|
'/ws': {
|
|
|
- target: 'http://free.liaoningdoupo.com',
|
|
|
+ target: 'http://broadcast.waityou24.cn/',
|
|
|
ws: true,
|
|
|
},
|
|
|
},
|