Explorar el Código

取消邮箱校验

IRIS-b hace 2 años
padre
commit
52f16ed767
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
                         }
                     ]
                 },