|
@@ -20,20 +20,20 @@ module.exports = {
|
|
|
//api地址前缀
|
|
|
proxy: {
|
|
|
'/weixin': {
|
|
|
- target: 'http://free.liaoningdoupo.com',
|
|
|
+ target: 'http://zb.liaoningdoupo.com',
|
|
|
changeOrigin: true,
|
|
|
ws: true,
|
|
|
},
|
|
|
'/files': {
|
|
|
- target: 'http://free.liaoningdoupo.com',
|
|
|
+ target: 'http://zb.liaoningdoupo.com',
|
|
|
},
|
|
|
'/api': {
|
|
|
- target: 'http://free.liaoningdoupo.com',
|
|
|
+ target: 'http://zb.liaoningdoupo.com',
|
|
|
changeOrigin: true,
|
|
|
ws: true,
|
|
|
},
|
|
|
'/wxtoken': {
|
|
|
- target: 'http://free.liaoningdoupo.com',
|
|
|
+ target: 'http://zb.liaoningdoupo.com',
|
|
|
changeOrigin: true,
|
|
|
ws: true,
|
|
|
pathRewrite: {
|
|
@@ -41,7 +41,7 @@ module.exports = {
|
|
|
},
|
|
|
},
|
|
|
'/ws': {
|
|
|
- target: 'http://free.liaoningdoupo.com',
|
|
|
+ target: 'http://zb.liaoningdoupo.com',
|
|
|
ws: true,
|
|
|
},
|
|
|
},
|