无人机管理后台前端(已迁走)
linwei
2025-11-15 308e5293b63bfe8729f31320cd4b6058301948fd
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,