Browse Source

修改密码成功的提示

“yueshang” 1 year ago
parent
commit
f879cc0248
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/changePassword/index.vue

+ 1 - 1
src/components/changePassword/index.vue

@@ -89,7 +89,7 @@ export default {
         if (valid) {
           updateUserPwd(this.user.oldPassword, this.user.newPassword).then(
             (response) => {
-              this.$modal.msgSuccess("修改成功");
+              this.$modal.msgSuccess("密码修改成功,请重新登录");
               this.$tab.closePage();
               this.$store.dispatch("LogOut").then(() => {
                 location.href = "/index";