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