From 927bb038a5dc5045748cb2e61d3e63f9aed8b3e9 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 29 Sep 2025 14:22:12 +0800
Subject: [PATCH] feat: 取消下载点太快报错
---
src/components/CreateQRcode/CreateQRcode.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/components/CreateQRcode/CreateQRcode.vue b/src/components/CreateQRcode/CreateQRcode.vue
index fba7454..642de73 100644
--- a/src/components/CreateQRcode/CreateQRcode.vue
+++ b/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,
--
Gitblit v1.9.3