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,11 @@ const router = createRouter({
|
||||
name: 'bookClass',
|
||||
component: () => import('@/views/BookClass')
|
||||
},
|
||||
{
|
||||
path: '/bookRank',
|
||||
name: 'bookRank',
|
||||
component: () => import('@/views/BookRank')
|
||||
},
|
||||
{
|
||||
path: '/book/:id',
|
||||
name: 'book',
|
||||
|
Reference in New Issue
Block a user