forked from gzzfw/frontEnd/gzDyh

liuwh
2024-09-10 71e242b85800588e66645aa0df1ed24469dfad45
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');