🐛 Fix frontend

This commit is contained in:
2024-06-26 17:22:26 +08:00
parent f69f1026d8
commit 7aef153bf3
2 changed files with 3 additions and 4 deletions

View File

@ -32,8 +32,7 @@ async function load() {
emits("update:loading", true)
await getToken(props.ticket.grant_token)
await userinfo.readProfiles()
emits("update:loading", false)
setTimeout(() => callback(), 3000)
setTimeout(() => callback(), 1850)
}
onMounted(() => load())