투표게시판 경로 지움
This commit is contained in:
parent
5cab531cdd
commit
0c22f105f6
@ -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'),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user