투표게시판 경로 지움

This commit is contained in:
yoon 2025-01-23 12:45:48 +09:00
parent 5cab531cdd
commit 0c22f105f6

View File

@ -50,20 +50,6 @@ const routes = [
component: () => import('@v/user/TheRegister.vue'), component: () => import('@v/user/TheRegister.vue'),
meta: { layout: 'NoLayout' }, 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', path: '/sample',
component: () => import('@c/calendar/SampleCalendar.vue'), component: () => import('@c/calendar/SampleCalendar.vue'),