fix: 增加166号段支持

This commit is contained in:
383514580 2019-06-26 18:36:19 +08:00
parent ba34357675
commit 9533955c48

View File

@ -1,6 +1,6 @@
export default [{ export default [{
title: '手机号', title: '手机号',
rule: /^1((3[\d])|(4[5,6,9])|(5[0-3,5-9])|(6[5,7])|(7[0-8])|(8[1-3,5-8])|(9[1,8,9]))\d{8}$/, rule: /^1((3[\d])|(4[5,6,9])|(5[0-3,5-9])|(6[5-7])|(7[0-8])|(8[1-3,5-8])|(9[1,8,9]))\d{8}$/,
}, { }, {
title: '大写字母', title: '大写字母',
rule: /^[A-Z]+$/, rule: /^[A-Z]+$/,