From 1977e2f6143925197da3ed5f5f0709b12f6d7899 Mon Sep 17 00:00:00 2001 From: xzy <2737577908@qq.com> Date: Sat, 21 Dec 2024 17:33:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8C=89=E9=92=AE=E7=BE=8E?= =?UTF-8?q?=E5=8C=96=E6=B3=A8=E5=86=8C=E6=A0=8F?= 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 ---------------- 2 files changed, 17 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 @@