mirror of
https://github.com/hequan2017/seal.git
synced 2026-04-26 03:31:45 +08:00
修复头像不显示
修复头像不显示
This commit is contained in:
@@ -36,7 +36,7 @@ class UserInfo(APIView):
|
||||
'user_id': obj.id,
|
||||
'access': list(obj.get_all_permissions()),
|
||||
'token': token,
|
||||
'avator': 'https://file.iviewui.com/dist/a0e88e83800f138b94d2414621bd9704.png'
|
||||
'avatar': 'https://file.iviewui.com/dist/a0e88e83800f138b94d2414621bd9704.png'
|
||||
}
|
||||
return HttpResponse(json.dumps(result))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user