chenparty
2021-09-26 24cfd2e7e5d9982eda688eaab4d64540d3ef1f9b
web_src/src/components/dialog/changePassword.vue
@@ -89,7 +89,7 @@
        method: 'post',
        url:"/api/user/changePassword",
        params: {
          oldpassword: crypto.createHash('md5').update(this.oldPassword, "utf8").digest('hex'),
          oldPassword: crypto.createHash('md5').update(this.oldPassword, "utf8").digest('hex'),
          password: this.newPassword
        }
      }).then((res)=> {