648540858
2022-11-22 14699711028f0d157eddfb0432e26ab91f1b4493
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: '修改成功,请重新登录',