소스 검색

修改密码成功后提示

sangwenwei 1 년 전
부모
커밋
f70d144795
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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() // 修改密码成功后返回登录页面