From d12281024e1382ae3f7c55f6990b3e4169d2ac0f Mon Sep 17 00:00:00 2001 From: "382696293@qq.com" <382696293@qq.com> Date: Wed, 24 Jan 2024 13:48:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E9=AA=8C=E8=AF=81=E7=A0=81?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flossom-ui/src/views/login.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/flossom-ui/src/views/login.vue b/flossom-ui/src/views/login.vue index 75d382c..6a56c35 100644 --- a/flossom-ui/src/views/login.vue +++ b/flossom-ui/src/views/login.vue @@ -77,10 +77,6 @@ - - @@ -112,7 +108,7 @@ export default { }, loading: false, // 验证码开关 - captchaEnabled: true, + captchaEnabled: false, // 注册开关 register: false, redirect: undefined, @@ -127,7 +123,7 @@ export default { }, }, created() { - this.getCode() + // this.getCode() this.getCookie() }, methods: {