diff --git a/yanzhu-ui-vue3/src/api/system/user.js b/yanzhu-ui-vue3/src/api/system/user.js index e45861bf..cd8946e8 100644 --- a/yanzhu-ui-vue3/src/api/system/user.js +++ b/yanzhu-ui-vue3/src/api/system/user.js @@ -46,6 +46,7 @@ export function updateUser(data) { userType: data.userType, workType: data.workType, sex: data.sex, + avatar: data.avatar, status: data.status, userInfos: data.userInfos, postIds: data.postIds,