From 717f001ad8c439860274a453a1f51d9626d0e8d4 Mon Sep 17 00:00:00 2001 From: Eterlaze <1215710470@qq.com> Date: Sat, 21 Dec 2024 14:35:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=B3=A8=E5=86=8C=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=AE=8C=E5=96=84+=E6=B7=BB=E5=8A=A0=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=91=98=E7=99=BB=E5=BD=95=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Vue/src/views/Login.vue | 1 - Vue/src/views/logging/LoginLog.vue | 16 ---------------- Vue/src/views/logging/SystemLog.vue | 2 +- 3 files changed, 1 insertion(+), 18 deletions(-) diff --git a/Vue/src/views/Login.vue b/Vue/src/views/Login.vue index 3e49b831..96138bff 100644 --- a/Vue/src/views/Login.vue +++ b/Vue/src/views/Login.vue @@ -101,7 +101,6 @@ export default { adminLogin() { if (!this.checkEmail()) { - this.$message.error('请输入正确格式的邮箱'); return; // 邮箱格式不正确时,不执行后续代码 } diff --git a/Vue/src/views/logging/LoginLog.vue b/Vue/src/views/logging/LoginLog.vue index e77c0206..48206378 100644 --- a/Vue/src/views/logging/LoginLog.vue +++ b/Vue/src/views/logging/LoginLog.vue @@ -1,21 +1,5 @@