Browse Source

等待中页面

master
parent
commit
0b5b35a97c
  1. 2
      src/router/modules/remaining.ts
  2. 13
      src/views/wait.vue

2
src/router/modules/remaining.ts

@ -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

13
src/views/wait.vue

@ -0,0 +1,13 @@
<script setup lang="ts">
</script>
<template>
<div>
<h1>等待页面</h1>
</div>
</template>
<style scoped lang="scss">
</style>
Loading…
Cancel
Save