用户密码长度校验

This commit is contained in:
RuoYi
2018-05-08 11:07:50 +08:00
parent 7734f950fa
commit ab3716c4f4
6 changed files with 10 additions and 16 deletions

View File

@@ -33,7 +33,8 @@
rules:{
password:{
required:true,
minlength: 6
minlength: 5,
maxlength: 20
},
},
submitHandler:function(form){