文艺小蜜蜂

文章
3
资源
0
加入时间
2年10月17天

axios接收base64文件流,转换为图片

主要用于获取验证码图片,因为转码看了好久//responseType值必为arraybuffer,否则不生效this.$http.post('/passengerTraffic-admin/captcha/getKaptchaImage', params, { responseType: 'arraybuffer' }).then(res => { console.log(res); this.url =