From 766d9b214276d2d7215f0c9e4511b159ccf0741c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Tue, 17 Mar 2026 12:53:56 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=85=B3=E9=97=AD=20=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E6=B3=A8=E5=86=8C=E9=A1=B5=E9=9D=A2=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/login.vue b/src/views/login.vue index 2e89e49..b02bd83 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -138,7 +138,7 @@ const loginRules: ElFormRules = { const codeUrl = ref(''); const loading = ref(false); const captchaEnabled = ref(true); -const register = ref(true); +const register = ref(false); const redirect = ref('/'); const loginRef = ref();