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',