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