fix:修复usize验证bug

This commit is contained in:
wangwenrui
2020-09-29 09:35:59 +08:00
parent 41e2792b8f
commit d8b7c475db
2 changed files with 2 additions and 2 deletions

View File

@@ -353,7 +353,7 @@ const en = {
tel:'Invalid phone number',//'不合法的电话号码'
host:'Invalid Host',//'不合法的Host'
domain:'Invalid domain',
usize:'Must be number(1 - 49)',
usize:'Must be number(1 - 47)',
fileSize:'File exceed max size',//File exceed max size.
port:'Invalid port',
url:'Invalid URL',