From 3e80aa536ea8a2698f8e3794c2cd82ed72a74432 Mon Sep 17 00:00:00 2001
From: chenrui <1950717904@qq.com>
Date: Tue, 30 Apr 2024 21:41:33 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=8A=A0=E5=AF=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package.json | 2 ++
src/views/Home.vue | 77 ++++++++++++++++++++++++++++++++++++++++-----
src/views/login.vue | 23 +++++++++++---
3 files changed, 91 insertions(+), 11 deletions(-)
diff --git a/package.json b/package.json
index 1ef9c93..75ff224 100644
--- a/package.json
+++ b/package.json
@@ -18,6 +18,7 @@
"@zxing/library": "^0.20.0",
"axios": "^1.6.7",
"core-js": "^3.36.0",
+ "crypto-js": "^4.2.0",
"echarts": "^5.5.0",
"html2canvas": "^1.4.1",
"jsonp": "^0.2.1",
@@ -28,6 +29,7 @@
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"sass": "^1.71.1",
+ "szient-js-sdk": "^1.2.2",
"vant": "^4.8.5",
"vconsole": "^3.15.1",
"vue": "^3.4.21",
diff --git a/src/views/Home.vue b/src/views/Home.vue
index 39ac053..0f8fa8d 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -47,6 +47,9 @@
diff --git a/src/views/login.vue b/src/views/login.vue
index 61e0b94..e44339e 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -24,6 +24,7 @@