From 2c3acbcaafa1dba3536577c0909ad4d7823a8b92 Mon Sep 17 00:00:00 2001 From: zhaoyz <11@22.com> Date: Wed, 13 Mar 2024 16:54:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E8=B0=83=E8=AF=95=E9=80=9A?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 1 + index.html | 13 +- package.json | 3 +- src/api/acl/login.ts | 26 ++ src/utils/other.ts | 33 ++ src/views/login/login.vue | 813 ++++++++++++++++++++------------------ vite.config.ts | 10 + 7 files changed, 497 insertions(+), 402 deletions(-) create mode 100644 .env create mode 100644 src/api/acl/login.ts create mode 100644 src/utils/other.ts diff --git a/.env b/.env new file mode 100644 index 0000000..7b6326e --- /dev/null +++ b/.env @@ -0,0 +1 @@ +VITE_PWD_ENC_KEY='thanks,rax' \ No newline at end of file diff --git a/index.html b/index.html index f09437d..cb1d262 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,13 @@ -
+ +