From 7cdfb9c7b645ab932d2f5250ddf4ee5193647511 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 12:21:34 +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
---
package.json | 3 +-
src/components/QrcodeVue3/index.ts | 1 +
src/components/QrcodeVue3/src/QRCodeVue3.vue | 215 +++++++++++++++++++
src/views/iotsync/yiweilian/index.vue | 113 ++++++++++
4 files changed, 331 insertions(+), 1 deletion(-)
create mode 100644 src/components/QrcodeVue3/index.ts
create mode 100644 src/components/QrcodeVue3/src/QRCodeVue3.vue
create mode 100644 src/views/iotsync/yiweilian/index.vue
diff --git a/package.json b/package.json
index 3f8cfc9..defc4f2 100644
--- a/package.json
+++ b/package.json
@@ -77,7 +77,8 @@
"vxe-table": "4.6.17",
"vxe-table-plugin-antd": "4.0.7",
"xe-utils": "3.5.26",
- "xss": "^1.0.15"
+ "xss": "^1.0.15",
+ "qrcode-vue3": "^1.4.17"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
diff --git a/src/components/QrcodeVue3/index.ts b/src/components/QrcodeVue3/index.ts
new file mode 100644
index 0000000..8a6ad95
--- /dev/null
+++ b/src/components/QrcodeVue3/index.ts
@@ -0,0 +1 @@
+export { default as QRCodeVue3 } from './src/QRCodeVue3.vue';
diff --git a/src/components/QrcodeVue3/src/QRCodeVue3.vue b/src/components/QrcodeVue3/src/QRCodeVue3.vue
new file mode 100644
index 0000000..327c9cb
--- /dev/null
+++ b/src/components/QrcodeVue3/src/QRCodeVue3.vue
@@ -0,0 +1,215 @@
+
+
+
+
+
+
+
diff --git a/src/views/iotsync/yiweilian/index.vue b/src/views/iotsync/yiweilian/index.vue
new file mode 100644
index 0000000..5a41bb0
--- /dev/null
+++ b/src/views/iotsync/yiweilian/index.vue
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+