forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-10 f0ecab3b1e1beef3ca684b52eb13623b66eb82ba
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');