From 90d9cd8ac8d7575d1cbd6e81ff6ed746ee82289f Mon Sep 17 00:00:00 2001
From: xu-bin-bin <34916924+xu-bin-bin@users.noreply.github.com>
Date: 星期二, 17 十月 2023 09:23:45 +0800
Subject: [PATCH] Merge branch '648540858:wvp-28181-2.0' into wvp-28181-2.0

---
 web_src/src/components/dialog/changePasswordForAdmin.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/web_src/src/components/dialog/changePasswordForAdmin.vue b/web_src/src/components/dialog/changePasswordForAdmin.vue
old mode 100644
new mode 100755
index 9c17d56..5b91357
--- a/web_src/src/components/dialog/changePasswordForAdmin.vue
+++ b/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,

--
Gitblit v1.8.0