@ -62,7 +62,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
component: () => import('@/views/Home/Index.vue'),
name: 'Index',
meta: {
title: '首页',
title: '驾驶舱',
icon: 'ep:home-filled',
noCache: false,
affix: true
@ -0,0 +1,13 @@
<script setup lang="ts">
</script>
<template>
<div>
<h1>等待页面</h1>
</div>
</template>
<style scoped lang="scss">
</style>