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

This commit is contained in:
Coooder-X 2021-02-01 15:51:07 +08:00 committed by chenjianxing
parent 81d5ad7848
commit ecf4d9437b
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}$';