648540858
2023-03-05 a7c3cf531640bb59aa90cb476b8c21db97f41ddb
web_src/src/components/dialog/changePassword.vue
@@ -90,7 +90,7 @@
    onSubmit: function () {
      this.$axios({
        method: 'post',
        url:"./api/user/changePassword",
        url:"/api/user/changePassword",
        params: {
          oldPassword: crypto.createHash('md5').update(this.oldPassword, "utf8").digest('hex'),
          password: this.newPassword