chore: oauth登录页开关
This commit is contained in:
@@ -152,8 +152,10 @@ async function handleAccountLogin(values: LoginAndRegisterParams) {
|
||||
:form-schema="formSchema"
|
||||
:loading="authStore.loginLoading"
|
||||
:show-register="false"
|
||||
:show-third-party-login="true"
|
||||
@submit="handleAccountLogin"
|
||||
>
|
||||
<!-- 可通过show-third-party-login控制是否显示第三方登录 -->
|
||||
<template #third-party-login>
|
||||
<OAuthLogin />
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user