From 1cc10107a93c688a60786a33f6afb097aa5dac20 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 16 Oct 2025 14:22:07 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/feature/v7.0/7.0.1' into feature/v7.0/7.0.1
---
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