fix(projects): fix reload button animate

This commit is contained in:
Soybean 2023-09-07 23:25:30 +08:00
parent c91644b829
commit 41f23386b2

View File

@ -20,7 +20,9 @@ async function handleRefresh() {
await reCacheRoute(route.name as AuthRoute.AllRouteKey);
endLoading();
setTimeout(() => {
endLoading();
}, 1000);
}
</script>