module.exports = { devServer:{ port:'8080', disableHostCheck:true, proxy:{ '/Api':{ target: 'https://doc.okenx.com', changeOrigin:true, pathRewrite:{ '^/Api': '' } } } } }