|
@@ -19,21 +19,21 @@ module.exports = {
|
|
//api地址前缀
|
|
//api地址前缀
|
|
proxy: {
|
|
proxy: {
|
|
'/weixin': {
|
|
'/weixin': {
|
|
- target: 'http://free.liaoningdoupo.com',
|
|
|
|
|
|
+ target: 'http://broadcast.waityou24.cn',
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
ws: true,
|
|
ws: true,
|
|
},
|
|
},
|
|
'/files': {
|
|
'/files': {
|
|
- target: 'http://free.liaoningdoupo.com',
|
|
|
|
|
|
+ target: 'http://broadcast.waityou24.cn',
|
|
},
|
|
},
|
|
'/api': {
|
|
'/api': {
|
|
- target: 'http://free.liaoningdoupo.com',
|
|
|
|
|
|
+ target: 'http://broadcast.waityou24.cn',
|
|
// target: 'http://192.168.1.19:9004',
|
|
// target: 'http://192.168.1.19:9004',
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
ws: true,
|
|
ws: true,
|
|
},
|
|
},
|
|
'/wxtoken': {
|
|
'/wxtoken': {
|
|
- target: 'http://free.liaoningdoupo.com',
|
|
|
|
|
|
+ target: 'http://broadcast.waityou24.cn',
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
ws: true,
|
|
ws: true,
|
|
pathRewrite: {
|
|
pathRewrite: {
|
|
@@ -41,7 +41,7 @@ module.exports = {
|
|
},
|
|
},
|
|
},
|
|
},
|
|
'/ws': {
|
|
'/ws': {
|
|
- target: 'http://free.liaoningdoupo.com',
|
|
|
|
|
|
+ target: 'http://broadcast.waityou24.cn',
|
|
ws: true,
|
|
ws: true,
|
|
},
|
|
},
|
|
},
|
|
},
|