From 7641898e6269721b49739aa619ed777a24eed57c Mon Sep 17 00:00:00 2001 From: xzy <2737577908@qq.com> Date: Sat, 21 Dec 2024 16:44:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E7=95=8C=E9=9D=A2=E7=BE=8E?= =?UTF-8?q?=E5=8C=96?= 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 @@