src/views/signup/forgotpwd.vue
@@ -117,7 +117,7 @@ if (/^1[3456789]\d{9}$/.test(this.account)) { this.signtype = 'phone' } else if (/^([a-zA-Z]|[0-9])(\w|\-)+@[a-zA-Z0-9]+\.([a-zA-Z]{2,4})$/.test(this.account)) { } else if (/^([a-zA-Z0-9._-])+@([a-zA-Z0-9_-])+(\.[a-zA-Z0-9_-])+/.test(this.account)) { this.signtype = 'email' } else { this.$message({