韩浩然XiaoQiTong
2022-10-17 8228f59cb1a86462fadf2fa238748eec8c6b5d10
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: '修改成功,请重新登录',