This commit is contained in:
2025-04-18 16:32:32 +08:00
parent 09c087508f
commit 8e44473164
74 changed files with 24833 additions and 10335 deletions

View File

@@ -736,7 +736,7 @@ export default {
//console.log('中等密码-----',value)
this.passNote =
"请至少使用大小写字母、数字、符号两种类型组合的密码长度为8位。";
this.passStr = "<span style='color:#2979ff'>密码强度中等!</span>";
this.passStr = "<span style='color:#117e4c'>密码强度中等!</span>";
this.passwordOk = true;
} else if (enoughRegex.test(value)) {
//console.log('弱密码-----',value)