无人机管理后台前端(已迁走)
张含笑
2025-10-13 c8da7863293f00e2db066a937bfb167157854e08
feat:二维码添加标识
1 files modified
2 ■■■ changed files
src/components/CreateQRcode/CreateQRcode.vue 2 ●●● patch | view | raw | blame | history
src/components/CreateQRcode/CreateQRcode.vue
@@ -21,7 +21,7 @@
    qrCodeInstance = new QRCode(myQrCode.value, {
        width: 130,
        height: 130,
        text: `https://uri.amap.com/marker?position=${transformed}&name=%E4%BA%8B%E4%BB%B6%E7%82%B9`,
        text: `https://uri.amap.com/marker?position=${transformed}&name=%E4%BA%8B%E4%BB%B6%E7%82%B9&from='ztzf'`,
    })
  if (myQrCode.value.hasAttribute('title')) {
    myQrCode.value.removeAttribute('title')