forked from gzzfw/frontEnd/gzDyh
gz-customerSystem/src/utils/utility.js @@ -165,6 +165,8 @@ return info({ type: 'success', content }); } // 手机号码正则 export const mobileRegExp = new RegExp('^1([0-9][0-9]|[0-9][0-9]|[0-9][0-9]|[0-9][0-9]|[0-9][0-9])\\d{8}$', 'g');