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