feat: 增加小说目录页

This commit is contained in:
xiongxiaoyang
2022-05-16 07:42:24 +08:00
parent 6ae9d8e239
commit 3681261de8
5 changed files with 135 additions and 5 deletions

View File

@ -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',