diff --git a/src/router/index.js b/src/router/index.js index 96109841..f1b37e65 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -8,7 +8,7 @@ const routes = [ redirect: '/index' }, { - path: '/index', + path: '/toDoList', name: 'toDoList', component: () => import('@/views/index/toDoList'), meta:{