fix bug
This commit is contained in:
parent
db60969d3f
commit
2f95271b1b
5 changed files with 139 additions and 99 deletions
|
|
@ -100,8 +100,9 @@ export default {
|
|||
orgDeceasedProfile: `${orgPos}/profile/search`,
|
||||
|
||||
//
|
||||
orgCheckAvatar: (id: string) => `${orgProfile}/avatar/profileId/${id}`,
|
||||
orgCheckAvatarAdmin: (id: string) => `${orgProfile}/avatar/profileid-admin/${id}`,
|
||||
orgCheckAvatar: (id: string) => `${orgProfile}/avatar/profileId-admin/${id}`,
|
||||
orgCheckAvatarAdmin: (id: string) =>
|
||||
`${orgProfile}/avatar/profileid-admin/${id}`,
|
||||
orgCheckAvatarCard: (path: string) => `${organization}/${path}`, //noPernission
|
||||
|
||||
changePosition: `${organization}/placement/change-position`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue