个人信息修改和切花部门

This commit is contained in:
禺狨
2023-03-27 12:15:31 +08:00
parent e1ce7d8b47
commit 987c6e21ec
6 changed files with 141 additions and 35 deletions

View File

@@ -18,3 +18,10 @@ export function courses(depId: number) {
dep_id: depId,
});
}
// 修改头像
export function avatar(file: any) {
return client.put("/api/v1/user/avatar", {
file: file,
});
}