Browse Source

取消邮箱校验

IRIS-b 2 years ago
parent
commit
52f16ed767
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/system/modules/UserModal.vue

+ 1 - 1
src/views/system/modules/UserModal.vue

@@ -434,7 +434,7 @@ export default {
                 email: {
                     rules: [
                         {
-                            validator: this.validateEmail
+                            // validator: this.validateEmail
                         }
                     ]
                 },