tijiao
This commit is contained in:
@@ -305,7 +305,7 @@ export default {
|
||||
// console.log('中等密码-----',value)
|
||||
this.note =
|
||||
"请至少使用大小写字母、数字、符号两种类型组合的密码,长度为8位。";
|
||||
this.str2 = "<span style='color:#2979ff'>密码强度中等!</span>";
|
||||
this.str2 = "<span style='color:#117e4c'>密码强度中等!</span>";
|
||||
this.passwordOk = true;
|
||||
} else if (enoughRegex.test(value)) {
|
||||
// console.log('弱密码-----',value)
|
||||
|
||||
Reference in New Issue
Block a user