module.exports={ devServer:{ proxy:{ '/api':{ target:'https://test.scxjc.club', changeOrigin: true, } } }, publicPath:'/' }