base64用作图片的src(vue)

453 阅读1分钟
<img :src="`data:image/jpg;base64,${yourBase64}`">

因为base64他需要解码,但是后端没有返回前缀给前端,所以只能自己加上去