mirror of
https://github.com/201206030/novel-front-web.git
synced 2025-07-09 22:56:39 +00:00
feat: 增加全部作品页 & 小说搜索
This commit is contained in:
@ -20,6 +20,11 @@ const router = createRouter({
|
||||
name: 'newsContent',
|
||||
component: () => import('@/views/Home')
|
||||
},
|
||||
{
|
||||
path: '/bookClass',
|
||||
name: 'bookClass',
|
||||
component: () => import('@/views/BookClass')
|
||||
},
|
||||
{
|
||||
path: '/book/:id',
|
||||
name: 'book',
|
||||
@ -29,7 +34,7 @@ const router = createRouter({
|
||||
{
|
||||
path: '/chapterList/:bookId',
|
||||
name: 'chapterList',
|
||||
component: () => import('@/views/BookChapterList')
|
||||
component: () => import('@/views/ChapterList')
|
||||
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user