无人机管理后台前端(已迁走)
张含笑
2025-12-09 5808f76456ca0d40de5074f132b73a5a488e3e13
src/components/CreateQRcode/CreateQRcode.vue
@@ -21,8 +21,11 @@
   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')
  }
}
watch(
   () => props.latAndLon,