From f75d42e03621991a6a65e2a1f0b5bd951727f33b Mon Sep 17 00:00:00 2001 From: chaiyapeng <3535863041@qq.com> Date: Wed, 21 Aug 2024 19:54:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/login.vue b/src/views/login.vue index c91f26a..791c4dc 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -91,6 +91,8 @@ export default { // 验证码开关 captchaEnabled: true, + + // 注册开关 register: true, redirect: undefined