无人机管理后台前端(已迁走)
张含笑
2025-09-06 41c0b9f9186737023a5c716f0d848c1e7db316b0
feat:去掉二维码提示
1 files modified
3 ■■■■■ changed files
src/components/CreateQRcode/CreateQRcode.vue 3 ●●●●● patch | view | raw | blame | history
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,