个人中心信息更新、重置cc密码
This commit is contained in:
@@ -83,9 +83,9 @@ export function getUserProfile() {
|
||||
// 修改用户个人信息
|
||||
export function updateUserProfile(data) {
|
||||
return request({
|
||||
url: '/system/user/profile',
|
||||
url: '/user/UpdateProfile',
|
||||
method: 'put',
|
||||
data: data
|
||||
data: {user:data}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user