文件流格式的图片转化为图片的方法

61 阅读1分钟

this.inviteForm.code = 'data:image/png;base64,' + data; data为后台返回的文件流 <img :src="form.code" alt="">