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