找回密码功能

This commit is contained in:
x ronger 2020-09-15 21:52:07 +08:00
parent 48a816ccfb
commit 6c396f4be8

View File

@ -38,7 +38,7 @@ export default {
forgetPassword() {
let _ts = this;
if (_ts.form.password !== _ts.form.confirmPassword) {
_ts.$message('');
_ts.$message('两次输入的密码不一致!');
return false;
}
let data = {