mirror of
https://github.com/yangzongzhuan/RuoYi.git
synced 2025-10-19 20:17:42 +00:00
用户密码长度校验
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
rules:{
|
||||
password:{
|
||||
required:true,
|
||||
minlength: 6
|
||||
minlength: 5,
|
||||
maxlength: 20
|
||||
},
|
||||
},
|
||||
submitHandler:function(form){
|
||||
|
Reference in New Issue
Block a user