From 4df4b5cdb82228b5b4b4d1e3e5966ad774f23c3f Mon Sep 17 00:00:00 2001 From: ihzero Date: Wed, 6 Dec 2023 17:36:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AA=8C=E8=AF=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Security/index.vue | 138 +++++++++++++++++++++++++++ src/views/sys/login/LoginForm.vue | 49 +++++++++- src/views/sys/login/RegisterForm.vue | 41 ++++---- src/views/sys/login/useLogin.ts | 94 ++++++++++-------- 4 files changed, 263 insertions(+), 59 deletions(-) create mode 100644 src/components/Security/index.vue diff --git a/src/components/Security/index.vue b/src/components/Security/index.vue new file mode 100644 index 00000000..4f1edefc --- /dev/null +++ b/src/components/Security/index.vue @@ -0,0 +1,138 @@ + + diff --git a/src/views/sys/login/LoginForm.vue b/src/views/sys/login/LoginForm.vue index 165ea219..bc058247 100644 --- a/src/views/sys/login/LoginForm.vue +++ b/src/views/sys/login/LoginForm.vue @@ -25,6 +25,23 @@ /> + +
+
+ +
+ +
+ +
+
+
+