使用base64编码的解析图片

 

getCodeImg().then(res => {
        this.captchaEnabled =
          res.captchaEnabled === undefined ? true : res.captchaEnabled;
        if (this.captchaEnabled) {
          this.codeUrl = "data:image/gif;base64," + res.img;
        }
      });
posted on 2023-08-08 17:14  秦小咪  阅读(141)  评论(0编辑  收藏  举报