xiaoQQya
2023-03-13 bdcd006a7ee9fd4637c7ad467df7dabee1853101
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