From a5a5ebbecb95a149a06de1bc002acdddeadc1af8 Mon Sep 17 00:00:00 2001 From: Phoenix <64720302+Concur-max@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:08:48 +0800 Subject: [PATCH] s --- src/router/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/router/index.js b/src/router/index.js index 2fdb0e2..a9bbc43 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -9,6 +9,7 @@ const routes = [ path: '/home', name: 'home', component: () => import('@/views/homepage.vue'), + redirect: '/home/navigation', children: [ { path: 'navigation',