From 9766500a85d19d4457bc71010bd5436cb2475ef2 Mon Sep 17 00:00:00 2001 From: bjang03 <259278618@qq.com> Date: Thu, 12 Sep 2024 17:22:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=86=E7=A0=81=E7=AD=96=E7=95=A5=E9=9C=80?= =?UTF-8?q?=E6=B1=82=E5=8F=98=E6=9B=B4=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=97=A5?= =?UTF-8?q?=E8=AF=95=E9=94=99=E6=AC=A1=E6=95=B0=EF=BC=8C=E8=BE=BE=E5=88=B0?= =?UTF-8?q?=E9=98=88=E5=80=BC=E5=86=BB=E7=BB=93=E8=B4=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/components/LoginForm.vue | 2 +- src/views/system/passwordRule/index.vue | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/views/login/components/LoginForm.vue b/src/views/login/components/LoginForm.vue index 0fe8506d1..6fcefd3cd 100644 --- a/src/views/login/components/LoginForm.vue +++ b/src/views/login/components/LoginForm.vue @@ -281,7 +281,7 @@ return case 1: await ElMessageBox.alert( - '密码过期账号已冻结,请联系管理员解冻', + '密码过期,请联系管理员修改', '重要提示', { dangerouslyUseHTMLString: true, diff --git a/src/views/system/passwordRule/index.vue b/src/views/system/passwordRule/index.vue index a01c5da99..8582612fb 100644 --- a/src/views/system/passwordRule/index.vue +++ b/src/views/system/passwordRule/index.vue @@ -1,7 +1,7 @@