文件流格式的图片转化为图片的方法 冷冷123 2022-08-26 61 阅读1分钟 this.inviteForm.code = 'data:image/png;base64,' + data; data为后台返回的文件流 <img :src="form.code" alt="">