From 0611b9d31fb75f3c660f57ef453605ad48bfd46d Mon Sep 17 00:00:00 2001 From: Amadeus Date: Sun, 26 May 2024 22:19:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=86=E7=A0=81=E9=87=8D=E7=BD=AE=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/jsLibraryMappings.xml | 6 + .../src/views/welcome/LoginPage.vue | 2 +- .../src/views/welcome/ResetPage.vue | 166 +++++++++++++----- 3 files changed, 129 insertions(+), 45 deletions(-) create mode 100644 .idea/jsLibraryMappings.xml diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml new file mode 100644 index 0000000..b903a6c --- /dev/null +++ b/.idea/jsLibraryMappings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/my-project-frontend/src/views/welcome/LoginPage.vue b/my-project-frontend/src/views/welcome/LoginPage.vue index 18ba139..2585c7f 100644 --- a/my-project-frontend/src/views/welcome/LoginPage.vue +++ b/my-project-frontend/src/views/welcome/LoginPage.vue @@ -46,7 +46,7 @@ function userLogin(){
- + diff --git a/my-project-frontend/src/views/welcome/ResetPage.vue b/my-project-frontend/src/views/welcome/ResetPage.vue index 0acb35b..5d22088 100644 --- a/my-project-frontend/src/views/welcome/ResetPage.vue +++ b/my-project-frontend/src/views/welcome/ResetPage.vue @@ -1,36 +1,19 @@ - -