From f688e12177fcc3b970f83e9064fa13b14d1ba0c3 Mon Sep 17 00:00:00 2001
From: dytyqx <1342948614@qq.com>
Date: 星期四, 02 四月 2026 10:00:49 +0800
Subject: [PATCH] 登录页面增加密码错误提示 收料通知单列表第二个过滤条件运算符号错误修复
---
src/views/login.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/login.vue b/src/views/login.vue
index 07ec6b8..9e3caf7 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -210,6 +210,7 @@
this.$router.push({ path: this.redirect || "/" }).catch(() => { })
}).catch(() => {
this.loading = false
+ this.$message.error('璐﹀彿鎴栧瘑鐮侀敊璇紝璇烽噸鏂拌緭鍏�')
if (this.captchaEnabled) {
this.getCode()
}
--
Gitblit v1.9.1