648540858
2023-02-09 48fad3582d81dd79423db1db5402d9f47fd5f30f
web_src/src/components/dialog/changePasswordForAdmin.vue
@@ -85,7 +85,7 @@
    onSubmit: function () {
      this.$axios({
        method: 'post',
        url:"/api/user/changePasswordForAdmin",
        url:"./api/user/changePasswordForAdmin",
        params: {
          password: this.newPassword,
          userId: this.form.id,