前端生成二维码

import QRCode from 'qrcode';


  QRCode.toDataURL(res.data.qrcodeUrl, {
    margin: 2,
    type: 'image/jpeg',
    quality: 0.3
  }, (error, url) => {
    if (error) console.error(error);
    this.qrcodeSrc = url;
    this.timer = setInterval(this.getStatus, 2000);
  });
posted @ 2024-01-05 10:31  醒日是归时  阅读(5)  评论(0编辑  收藏  举报