feat: 增加排行榜页面

This commit is contained in:
xiongxiaoyang
2022-05-16 13:55:10 +08:00
parent f2dad69e97
commit 50ce4fdfda
3 changed files with 168 additions and 1 deletions

View File

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