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