mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix(projects): fix reload button animate
This commit is contained in:
@ -20,7 +20,9 @@ async function handleRefresh() {
|
|||||||
|
|
||||||
await reCacheRoute(route.name as AuthRoute.AllRouteKey);
|
await reCacheRoute(route.name as AuthRoute.AllRouteKey);
|
||||||
|
|
||||||
|
setTimeout(() => {
|
||||||
endLoading();
|
endLoading();
|
||||||
|
}, 1000);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user