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