From 780c1858c9d8f3adf17287ddc4c717833e305c65 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期日, 16 六月 2024 13:47:39 +0800
Subject: [PATCH] Merge branch 'master' of http://47.93.189.255:8099/r/zhangshi_app_web

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

diff --git a/ruoyi-ui/src/api/system/user.js b/ruoyi-ui/src/api/system/user.js
index 027b6f1..a995b21 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
   })
 }
@@ -210,3 +210,11 @@
   })
 }
 // export function get
+//淇敼鐖朵翰姣嶄翰
+export function updateFM(uid, tpfid)
+{
+	return request({
+	  url:'/self/user/uidAndUJd/'+uid+'/'+tpfid,
+	  method: 'get'
+	})
+}
\ No newline at end of file

--
Gitblit v1.9.1