学员添加、编辑去除昵称字段及其它优化

This commit is contained in:
禺狨
2023-03-20 14:15:25 +08:00
parent 5a12f0d79f
commit 1555c361d5
5 changed files with 34 additions and 44 deletions

View File

@@ -51,7 +51,6 @@ export function updateUser(
id: number,
email: string,
name: string,
nickname: string,
avatar: string,
password: string,
idCard: string,
@@ -59,7 +58,6 @@ export function updateUser(
) {
return client.put(`/backend/v1/user/${id}`, {
email,
nickname,
name,
avatar,
password,