diff --git a/src/router/index.js b/src/router/index.js index 7bae1b1..95a331f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -50,20 +50,6 @@ const routes = [ component: () => import('@v/user/TheRegister.vue'), meta: { layout: 'NoLayout' }, }, - { - path: '/voteboard', - component: () => import('@v/voteboard/TheVoteBoard.vue'), - children: [ - { - path: '', - component: () => import('@v/voteboard/voteBoardList.vue') - }, - { - path: 'write', - component: () => import('@v/voteboard/voteboardWrite.vue') - } - ] - }, { path: '/sample', component: () => import('@c/calendar/SampleCalendar.vue'),