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 @@ + + + + + +