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