fix: 修复 系统设置-创建用户-手机号15和16号段不合法问题 (#1328)

This commit is contained in:
Coooder-X 2021-02-01 15:51:07 +08:00 committed by GitHub
parent b9c18b09f5
commit ec973454f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
export const PHONE_REGEX = '^1(3|4|56|7|8|9)\\d{9}$';
export const PHONE_REGEX = '^1(3|4|5|6|7|8|9)\\d{9}$';