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:
@ -25,6 +25,12 @@ const router = createRouter({
|
||||
name: 'book',
|
||||
component: () => import('@/views/Book')
|
||||
|
||||
},
|
||||
{
|
||||
path: '/chapterList/:bookId',
|
||||
name: 'chapterList',
|
||||
component: () => import('@/views/BookChapterList')
|
||||
|
||||
},
|
||||
{
|
||||
path: '/book/:id/:chapterId',
|
||||
|
Reference in New Issue
Block a user