From cc7c660a4d4bcdbdf1514e5ddb3e663899f096d4 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 07 九月 2023 14:13:52 +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