From aef876fd5e4f26eead249243b1523ec4cf355340 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期一, 10 六月 2024 12:10:09 +0800
Subject: [PATCH] 用户修改,删除,增加进行了修改

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

diff --git a/ruoyi-ui/src/api/system/user.js b/ruoyi-ui/src/api/system/user.js
index 027b6f1..3ab2ef9 100644
--- a/ruoyi-ui/src/api/system/user.js
+++ b/ruoyi-ui/src/api/system/user.js
@@ -30,8 +30,8 @@
 // 淇敼鐢ㄦ埛
 export function updateUser(data) {
   return request({
-    url: '/system/user',
-    method: 'put',
+    url: '/system/user/updateUserInfo',
+    method: 'post',
     data: data
   })
 }

--
Gitblit v1.9.1