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 @@