|
@@ -19,7 +19,7 @@ module.exports = {
|
|
|
// target: 'http://192.168.3.9:8090', // target host*!
|
|
|
// target: 'https://oms.idcgroup.com.cn:8079/', // target host
|
|
|
// target: 'localhost:8080', // target host
|
|
|
- ws: false, // proxy websockets
|
|
|
+ ws: true, // proxy websockets
|
|
|
changeOrigin: true, // needed for virtual hosted sites
|
|
|
pathRewrite: {
|
|
|
'^/apis': '' // rewrite path
|