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:
@ -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',
|
||||
|
Reference in New Issue
Block a user