From 53a4a074f3e59efb05b2e5ca76d364f53939d957 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Wed, 18 Mar 2026 16:50:44 +0800
Subject: [PATCH] 修改用户管理

---
 src/api/system/user.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/system/user.js b/src/api/system/user.js
index 967d49d..05bcc43 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -105,8 +105,8 @@
   }
   return request({
     url: '/system/user/profile/updatePwd',
-    method: 'put',
-    params: data
+    method: 'post',
+    data: data
   })
 }
 

--
Gitblit v1.9.2