优化
This commit is contained in:
19
monisuo-admin/src/pages/index.vue
Normal file
19
monisuo-admin/src/pages/index.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<script setup lang="ts">
|
||||
import { useRouter } from 'vue-router'
|
||||
|
||||
import Loading from '@/components/loading.vue'
|
||||
|
||||
const router = useRouter()
|
||||
router.push({ name: '/dashboard/' })
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex items-center justify-center w-screen h-screen">
|
||||
<Loading />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<route lang="yaml">
|
||||
meta:
|
||||
layout: false
|
||||
</route>
|
||||
Reference in New Issue
Block a user