the problem now is that I want to download the QR code picture with download.js, but I don"t know where the problem is. The QR code url is a picture in base64 format
.<span class="zi">{{data.examName}}</span><span class="img"><img src="../../../assets/images/wechat.png" alt="" @click="load()"></span>
import download from "./download.js"
methods: {
load() {
download(this.imgurl, "dlDataUrlBin.gif", "image/gif");
},