แก้ API
This commit is contained in:
parent
6887fc4609
commit
0a72c3625b
2 changed files with 2 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ async function fetchEvaluation() {
|
|||
}
|
||||
|
||||
async function fetchProfile(id: string) {
|
||||
await http.get(config.API.orgCheckAvatar(id)).then(async (res) => {
|
||||
await http.get(config.API.orgCheckAvatarAdmin(id)).then(async (res) => {
|
||||
if (res.data.result.avatarName) {
|
||||
http
|
||||
.get(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue