This commit is contained in:
Putoo
2026-04-21 20:36:13 +08:00
parent 6a2028e366
commit 996bdbbd1c
9 changed files with 1243 additions and 1134 deletions

View File

@@ -5,9 +5,5 @@
</template>
<script setup lang="ts">
const router = useRouter()
onMounted(() => {
router.replace('/home')
})
</script>
await navigateTo('/auth/login', { replace: true })
</script>