Skip to content
Snippets Groups Projects
Commit b0e3e78d authored by LeeYongJae's avatar LeeYongJae
Browse files

BookIndexPage, BookShowPage 경로 삭제

parent 83a61b8e
No related branches found
No related tags found
1 merge request!6Login 기능 추가
...@@ -33,14 +33,9 @@ export default new Router({ ...@@ -33,14 +33,9 @@ export default new Router({
component: sell component: sell
}, },
{ {
path: '/BookIndexPage', path: '/BookSearchPage',
name: 'bookindex', name: 'bookindex',
component: BookIndexPage component: BookSearchPage
},
{
path: '/BookIndexPage:id',
name: 'bookdetail',
component: BookShowPage
}, },
{ {
path: '/login', path: '/login',
...@@ -51,11 +46,6 @@ export default new Router({ ...@@ -51,11 +46,6 @@ export default new Router({
path: '/login/signUp', path: '/login/signUp',
name: 'SignUp', name: 'SignUp',
component: SignUp component: SignUp
},
{
path: '/BookSearchPage',
name: 'bookindex',
component: BookSearchPage
} }
] ]
}) })
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment