From dd18a1a720748cced229e6fb9ccbe93852e4ed7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Thu, 10 Jul 2025 17:57:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/QrcodeVue3/src/QRCodeVue3.vue | 98 ++++-------- src/views/demo/comp/qrcodevue3/index.vue | 86 +++++++++++ src/views/iotsync/yiweilian/index.vue | 151 ++++++++----------- 3 files changed, 178 insertions(+), 157 deletions(-) create mode 100644 src/views/demo/comp/qrcodevue3/index.vue diff --git a/src/components/QrcodeVue3/src/QRCodeVue3.vue b/src/components/QrcodeVue3/src/QRCodeVue3.vue index fe463cd..e911e38 100644 --- a/src/components/QrcodeVue3/src/QRCodeVue3.vue +++ b/src/components/QrcodeVue3/src/QRCodeVue3.vue @@ -1,14 +1,13 @@ - + + - - - {{ isDownloading ? '生成中...' : '下载二维码' }} - - + :cornersDotOptions="cornersDotOptions" :download="download" :buttonName="buttonName" :key="key" /> + + - \ No newline at end of file + diff --git a/src/views/demo/comp/qrcodevue3/index.vue b/src/views/demo/comp/qrcodevue3/index.vue new file mode 100644 index 0000000..5a670d6 --- /dev/null +++ b/src/views/demo/comp/qrcodevue3/index.vue @@ -0,0 +1,86 @@ + + + + {{ isDownloading ? '生成中...' : '下载二维码' }} + + + + + + + diff --git a/src/views/iotsync/yiweilian/index.vue b/src/views/iotsync/yiweilian/index.vue index 5a41bb0..5a670d6 100644 --- a/src/views/iotsync/yiweilian/index.vue +++ b/src/views/iotsync/yiweilian/index.vue @@ -1,113 +1,86 @@ - - - - - - - - - - + + + {{ isDownloading ? '生成中...' : '下载二维码' }} +