wujingjing
2025-04-07 457cc6cf166d3b6c22be4f78c1db8802a7fbb4c7
src/components/chat/components/shareLink/index.vue
@@ -1,7 +1,8 @@
<template>
   <el-dialog title="分享链接" v-model="shareCodeIsShow" width="12%" modal-append-to-body lock-scroll :before-close="closeShareClick">
      <div class="w100 h100 flex justify-center items-center flex-col text-center">
         <div class="h100" ref="qrcodeRef"></div>
         <div  ref="qrcodeRef"></div>
         <p class="text-info text-sm mt-3">请使用手机浏览器或微信扫描二维码查看对话内容</p>
      </div>
   </el-dialog>
</template>
@@ -47,7 +48,7 @@
      qrCodeEle.innerHTML = '';
      new QRCode(qrCodeEle, {
         text: url,
         text: url.value,
         width: 100,
         height: 100,
         colorDark: '#000000',