修改密码优化,固定 Header 样式修复

This commit is contained in:
Elune
2019-07-11 14:27:40 +08:00
parent a7e22ced51
commit d368bf5b64
4 changed files with 18 additions and 23 deletions

View File

@@ -60,7 +60,7 @@ export default {
this.$refs['form'].validate((valid) => {
if (valid) {
this.loading = true
updatePass(this.form.confirmPass).then(res => {
updatePass(this.form).then(res => {
this.resetForm()
this.$notify({
title: '密码修改成功,请重新登录',