调整
This commit is contained in:
@@ -78,7 +78,7 @@ import CryptoJS from 'crypto-js'
|
||||
this.$refs.form.validate((valid) => {
|
||||
if (valid) {
|
||||
if (this.form.password != this.form.repassword) {
|
||||
this.$message.success('两次密码输入不一致');
|
||||
this.$message.error('两次密码输入不一致');
|
||||
return;
|
||||
}
|
||||
this.btnLoading = true
|
||||
|
||||
Reference in New Issue
Block a user