From 8e4ab7acddbdb84fd755acf7e75cf471f50cba60 Mon Sep 17 00:00:00 2001
From: houzhongjian <houzhongyi@126.com>
Date: 星期四, 31 十月 2024 10:16:47 +0800
Subject: [PATCH] 优化部分页面及配置

---
 src/views/Login/Login.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue
index 66556a9..7ad46ba 100644
--- a/src/views/Login/Login.vue
+++ b/src/views/Login/Login.vue
@@ -53,7 +53,7 @@
             <!-- 注册 -->
             <!--<RegisterForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" />-->
             <!-- 三方登录 -->
-            <!--<SSOLoginVue class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" />-->
+<!--            <SSOLoginVue class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" />-->
           </div>
         </Transition>
       </div>
@@ -68,7 +68,7 @@
 import { ThemeSwitch } from '@/layout/components/ThemeSwitch'
 import { LocaleDropdown } from '@/layout/components/LocaleDropdown'
 
-import { LoginForm, QrCodeForm} from './components'
+import { LoginForm, QrCodeForm } from './components'
 
 defineOptions({ name: 'Login' })
 

--
Gitblit v1.9.3