Ver código fonte

修改密码成功后提示

sangwenwei 1 ano atrás
pai
commit
f70d144795
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/sys/login/components/login-form.vue

+ 1 - 1
src/views/sys/login/components/login-form.vue

@@ -480,7 +480,7 @@ export default {
 					}
 					loginService.savePwd(this.inputForm).then((data) => {
 						if (data.success) {
-							this.$message.success(data1.message)
+							this.$message.success(data.message)
 							this.inputForm.username = this.inputForm.phoneNumber
 							this.inputForm.newPassword = this.inputForm.newPassword
 							this.backLogin() // 修改密码成功后返回登录页面