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