From 664b3192d44b5a58b6fbc8880bfd6a5eb319e7d9 Mon Sep 17 00:00:00 2001 From: liangweihao <734499798@qq.com> Date: Thu, 10 Jul 2025 23:48:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/LoginForm.vue | 172 +++++++++++++ frontend/src/components/RegisterForm.vue | 148 +++++++++++ frontend/src/views/Home.vue | 306 +---------------------- 3 files changed, 329 insertions(+), 297 deletions(-) create mode 100644 frontend/src/components/LoginForm.vue create mode 100644 frontend/src/components/RegisterForm.vue diff --git a/frontend/src/components/LoginForm.vue b/frontend/src/components/LoginForm.vue new file mode 100644 index 0000000..f5b6949 --- /dev/null +++ b/frontend/src/components/LoginForm.vue @@ -0,0 +1,172 @@ + + + \ No newline at end of file diff --git a/frontend/src/components/RegisterForm.vue b/frontend/src/components/RegisterForm.vue new file mode 100644 index 0000000..0154c72 --- /dev/null +++ b/frontend/src/components/RegisterForm.vue @@ -0,0 +1,148 @@ + + + \ No newline at end of file diff --git a/frontend/src/views/Home.vue b/frontend/src/views/Home.vue index cae3d6d..fbb6bc1 100644 --- a/frontend/src/views/Home.vue +++ b/frontend/src/views/Home.vue @@ -53,145 +53,10 @@ -
-
- -
- - -
- - -
- - -
- - -
-
- - -
-
- -
-
- - - -
-
+ -
-
- -
- - -
- - -
- - -
- - -
- - -
- - - -
-
+
@@ -208,184 +73,31 @@