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 @@
-
+
次
+ />每分钟
@@ -45,6 +45,16 @@
/>小时
+
+
+ 每天
+
+
{
tryCount: 3,
lockMinutes: 1,
updatePeriod: 1,
+ dayTryCount: 3,
}
}
const passwordConfig = ref({
@@ -109,6 +120,7 @@ const passwordConfig = ref({
tryCount: 3,
lockMinutes: 1,
updatePeriod: 1,
+ dayTryCount: 3,
})
/** 查询配置 */
const getConfig = async () => {