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:
@ -21,9 +21,9 @@ const router = createRouter({
|
||||
component: () => import('@/views/Home')
|
||||
},
|
||||
{
|
||||
path: '/home',
|
||||
path: '/book/:id',
|
||||
name: 'book',
|
||||
component: () => import('@/views/Home')
|
||||
component: () => import('@/views/Book')
|
||||
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user