forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-11 0c330d5538b5158fbb86374cea2f2344c1df77be
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');