无人机管理后台前端(已迁走)
chenyao
2025-09-10 ae0d8c8a0d00268dbe1eb8bc2f9f6f6fd4780ee3
src/components/CreateQRcode/CreateQRcode.vue
@@ -23,6 +23,9 @@
      height: 130,
      text: `https://uri.amap.com/marker?position=${transformed}&name=%E4%BA%8B%E4%BB%B6%E7%82%B9`,
   })
  if (myQrCode.value.hasAttribute('title')) {
    myQrCode.value.removeAttribute('title')
  }
}
watch(
   () => props.latAndLon,