From 0b5b35a97caf1377d92bd87b288344334362d0e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=88=B1=7E=E6=B5=B7=7E=E7=88=B1=E6=B5=B7=E7=88=B1?= =?UTF-8?q?=E6=B5=B7=7E=E5=8F=B3?= <1828712314@qq.com> Date: Wed, 19 Feb 2025 09:24:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=89=E5=BE=85=E4=B8=AD=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/remaining.ts | 2 +- src/views/wait.vue | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 src/views/wait.vue diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 0316358..6ce99cc 100644 --- a/src/router/modules/remaining.ts +++ b/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 diff --git a/src/views/wait.vue b/src/views/wait.vue new file mode 100644 index 0000000..3736e5b --- /dev/null +++ b/src/views/wait.vue @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file