feat: 增加新闻页

This commit is contained in:
xiongxiaoyang
2022-05-16 14:40:26 +08:00
parent 3fc8486c6a
commit 364c4fd489
5 changed files with 79 additions and 10 deletions

View File

@ -13,12 +13,11 @@ const router = createRouter({
path: '/home',
name: 'home',
component: () => import('@/views/Home')
},
{
path: '/home',
name: 'newsContent',
component: () => import('@/views/Home')
path: '/news/:id',
name: 'news',
component: () => import('@/views/News')
},
{
path: '/bookClass',