Przeglądaj źródła

添加注册入口

flyzto 7 miesięcy temu
rodzic
commit
e3c4eec758

+ 1 - 1
web/apps/web-antd/src/views/_core/authentication/login.vue

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