|
@@ -13,7 +13,7 @@ module.exports = {
|
|
|
'/apis': {
|
|
|
target: 'http://61.164.207.46:8100/', // target host
|
|
|
// target: 'https://meida.cnyunl.com',
|
|
|
- ws: true, // proxy websockets
|
|
|
+ ws: true, // proxy websockets
|
|
|
changeOrigin: true, // needed for virtual hosted sites
|
|
|
pathRewrite: {
|
|
|
'^/apis': '' // rewrite path
|