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

BookIndexPage, BookShowPage 경로 삭제

parent 83a61b8e
Branches finalmodify
No related tags found
1 merge request!6Login 기능 추가
......@@ -33,14 +33,9 @@ export default new Router({
component: sell
},
{
path: '/BookIndexPage',
path: '/BookSearchPage',
name: 'bookindex',
component: BookIndexPage
},
{
path: '/BookIndexPage:id',
name: 'bookdetail',
component: BookShowPage
component: BookSearchPage
},
{
path: '/login',
......@@ -51,11 +46,6 @@ export default new Router({
path: '/login/signUp',
name: '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.
Finish editing this message first!
Please register or to comment