From 9a88b389c4d307dc31f5a8f428a3c1c4a95ed2f1 Mon Sep 17 00:00:00 2001 From: K <1175047471@qq.com> Date: Wed, 17 Apr 2024 11:37:40 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E7=A7=9F=E6=88=B7ID=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/base/login/LoginForm.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/base/login/LoginForm.vue b/src/views/base/login/LoginForm.vue index d3eba411..038aae37 100644 --- a/src/views/base/login/LoginForm.vue +++ b/src/views/base/login/LoginForm.vue @@ -80,9 +80,6 @@ const { state: captcha, execute: refreshCaptcha, isLoading: isLoadingCaptcha } = v-show="getShow" ref="formRef" class="enter-x p-4" :model="formData" :rules="getFormRules" @keypress.enter="handleLogin" > - - -