@newview/permission-service 1.2.16 → 1.2.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11254,7 +11254,7 @@ class UserinforInstance2 extends BaseInstance {
11254
11254
  return;
11255
11255
  }
11256
11256
  if (!this.utilities.isNull(this.userFormModel.Phone)) {
11257
- const reg = /^[1][3,4,5,7,8]\d{9}$/;
11257
+ const reg = /^[1][3,4,5,6,7,8,9]\d{9}$/;
11258
11258
  if (!reg.test(this.userFormModel.Phone)) {
11259
11259
  this.message.warning(`手机号格式不正确, 请重新输入!`);
11260
11260
  this.saveingUser.value = false;