mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-12-24 02:29:47 +08:00
个人信息修改和切花部门
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user