Browse Source

修改密码成功后提示

sangwenwei 1 năm trước cách đây
mục cha
commit
f70d144795
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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() // 修改密码成功后返回登录页面