Skip to content

Commit 89417ac

Browse files
committed
fix: 删除SSOLogin.vue组建,解决登录界面不停重定向问题
1 parent 3587d1e commit 89417ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/Login/Login.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<!-- 注册 -->
5656
<RegisterForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" />
5757
<!-- 三方登录 -->
58-
<SSOLoginVue class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" />
58+
<!-- <SSOLoginVue class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" /> -->
5959
</div>
6060
</Transition>
6161
</div>
@@ -70,7 +70,7 @@ import { useAppStore } from '@/store/modules/app'
7070
import { ThemeSwitch } from '@/layout/components/ThemeSwitch'
7171
import { LocaleDropdown } from '@/layout/components/LocaleDropdown'
7272
73-
import { LoginForm, MobileForm, QrCodeForm, RegisterForm, SSOLoginVue } from './components'
73+
import { LoginForm, MobileForm, QrCodeForm, RegisterForm } from './components'
7474
7575
defineOptions({ name: 'Login' })
7676

0 commit comments

Comments
 (0)