From 453bf0a0d26224ad6e125ffc544f6aee50d14d05 Mon Sep 17 00:00:00 2001 From: zoujing Date: Wed, 1 Apr 2026 20:18:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=90=AD=E5=BB=BA=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E7=9A=84=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/views/home/index.vue | 310 +++++++++++++++++++++++++++++++++++++-- 2 files changed, 297 insertions(+), 15 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0c517cf..5bb7c62 100644 --- a/src/App.vue +++ b/src/App.vue @@ -14,7 +14,7 @@ router.beforeEach((to, from, next) => { const keepAlive = to?.meta?.keepAlive if (!router.hasRoute(to.name)) { - router.push('/error') + router.push('/home') return } diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 40dd5a3..8ea3838 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -1,22 +1,304 @@ - - + \ No newline at end of file