feat: 封装手机号校验,mobile 非必填校验,mobileRequired 必填校验

This commit is contained in:
xingyu4j
2025-04-23 17:51:43 +08:00
parent 26c2638146
commit c867f93e0a
6 changed files with 42 additions and 8 deletions

View File

@@ -7,7 +7,8 @@
"length": "{0}长度必须为{1}个字符",
"alreadyExists": "{0} `{1}` 已存在",
"startWith": "{0}必须以 {1} 开头",
"invalidURL": "请输入有效的链接"
"invalidURL": "请输入有效的链接",
"mobile": "请输入正确的{0}"
},
"actionTitle": {
"edit": "修改{0}",