|
@@ -50,7 +50,7 @@ const formSchema = computed((): VbenFormSchema[] => {
|
|
|
:show-code-login="false"
|
|
:show-code-login="false"
|
|
|
:show-qrcode-login="false"
|
|
:show-qrcode-login="false"
|
|
|
:show-forget-password="false"
|
|
:show-forget-password="false"
|
|
|
- :show-register="false"
|
|
|
|
|
|
|
+ :show-register="true"
|
|
|
:show-third-party-login="false"
|
|
:show-third-party-login="false"
|
|
|
@submit="authStore.authLogin"
|
|
@submit="authStore.authLogin"
|
|
|
/>
|
|
/>
|