RuoYi
2021-05-24 7e79c4f249b6da5b0176c1d23c4e8d513f063bdd
ruoyi-ui/src/views/system/user/profile/resetPwd.vue
@@ -57,11 +57,7 @@
        if (valid) {
          updateUserPwd(this.user.oldPassword, this.user.newPassword).then(
            response => {
              if (response.code === 200) {
                this.msgSuccess("修改成功");
              } else {
                this.msgError(response.msg);
              }
              this.msgSuccess("修改成功");
            }
          );
        }