From d590567cd0a27825f0a948979c6d4da853ad5f16 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期四, 14 九月 2023 10:55:49 +0800
Subject: [PATCH] 11

---
 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 37f4eb3..1965476 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -104,8 +104,8 @@
   }
   return request({
     url: '/system/user/profile/updatePwd',
-    method: 'put',
-    params: data
+    method: 'post',
+    data: data
   })
 }
 

--
Gitblit v1.9.3