From 89417ac393886684305b5f0a88a7f26e2618da3c Mon Sep 17 00:00:00 2001 From: dhb52 Date: Sun, 15 Oct 2023 14:58:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4SSOLogin.vue=E7=BB=84?= =?UTF-8?q?=E5=BB=BA=EF=BC=8C=E8=A7=A3=E5=86=B3=E7=99=BB=E5=BD=95=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E4=B8=8D=E5=81=9C=E9=87=8D=E5=AE=9A=E5=90=91=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Login/Login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue index 19ffe2d7..d1a5e7f5 100644 --- a/src/views/Login/Login.vue +++ b/src/views/Login/Login.vue @@ -55,7 +55,7 @@ - + @@ -70,7 +70,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 } from './components' defineOptions({ name: 'Login' })