From 51aa276c5401298ae707bdb7462ccfd4675204fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=99=93=E9=98=B3?= Date: Fri, 3 Jan 2025 03:31:00 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/views/Login/Login.vue.=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=BF=98=E8=AE=B0=E5=AF=86=E7=A0=81=EF=BC=8C=E5=AF=BC?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 郭晓阳 --- src/views/Login/Login.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue index ff6f068a7..7bcd73ebe 100644 --- a/src/views/Login/Login.vue +++ b/src/views/Login/Login.vue @@ -59,6 +59,8 @@ + + @@ -73,7 +75,7 @@ import { useAppStore } from '@/store/modules/app' import { ThemeSwitch } from '@/layout/components/ThemeSwitch' import { LocaleDropdown } from '@/layout/components/LocaleDropdown' -import { LoginForm, MobileForm, QrCodeForm, RegisterForm, SSOLoginVue } from './components' +import { LoginForm, MobileForm, QrCodeForm, RegisterForm, SSOLoginVue,ForgetPassword } from './components' defineOptions({ name: 'Login' })