画布 选择卡片层级
This commit is contained in:
@@ -100,10 +100,11 @@ export const GetUserInfo = () => {
|
||||
* @param data.role 角色类型
|
||||
* @returns 更新用户拓展信息成功的响应
|
||||
*/
|
||||
export const UpdateUserProfile = (data) => {
|
||||
export const UpdateUserProfile = (data, loading = false) => {
|
||||
return request({
|
||||
url: '/api/user/profile',
|
||||
method: 'put',
|
||||
loading,
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user