From 051a4a4c07e6128e04657f8de554482967708512 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 03 Nov 2025 10:44:31 +0800
Subject: [PATCH] Merge branch 'feature/v7.0/7.0.3' into feature/v7.0/7.0.4

---
 src/components/CreateQRcode/CreateQRcode.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/CreateQRcode/CreateQRcode.vue b/src/components/CreateQRcode/CreateQRcode.vue
index 642de73..7c1d31e 100644
--- a/src/components/CreateQRcode/CreateQRcode.vue
+++ b/src/components/CreateQRcode/CreateQRcode.vue
@@ -21,7 +21,7 @@
 	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')

--
Gitblit v1.9.3