648540858
2022-08-23 f24b6fa13f5eed916ab09d7807a11c92b186e992
web_src/src/components/dialog/changePassword.vue
@@ -96,7 +96,7 @@
          password: this.newPassword
        }
      }).then((res)=> {
        if (res.data === "success"){
        if (res.data.code === 0) {
          this.$message({
            showClose: true,
            message: '修改成功,请重新登录',