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