🐛 路由跳转优化

This commit is contained in:
BTMuli
2023-09-23 20:58:10 +08:00
parent b727688e9c
commit de810278bd
3 changed files with 9 additions and 3 deletions

View File

@@ -376,7 +376,6 @@ async function handleImportOuter(app: string): Promise<void> {
} finally {
setTimeout(async () => {
await router.push("/achievements");
window.location.reload();
}, 1500);
}
} else {