创建项目
This commit is contained in:
13
Web/src/pages/index.vue
Normal file
13
Web/src/pages/index.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>
|
||||
<!-- 重定向到 /home -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
const router = useRouter()
|
||||
|
||||
onMounted(() => {
|
||||
router.replace('/home')
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user