mirror of
https://github.com/201206030/novel-front-web.git
synced 2025-07-09 22:56:39 +00:00
feat(bookContent): 新增小说内容页
This commit is contained in:
@ -25,6 +25,12 @@ const router = createRouter({
|
||||
name: 'book',
|
||||
component: () => import('@/views/Book')
|
||||
|
||||
},
|
||||
{
|
||||
path: '/book/:id/:chapterId',
|
||||
name: 'bookContent',
|
||||
component: () => import('@/views/BookContent')
|
||||
|
||||
}
|
||||
]
|
||||
})
|
||||
|
Reference in New Issue
Block a user