完成前端BlogContent界面
This commit is contained in:
@@ -24,6 +24,11 @@ const router = createRouter({
|
||||
name: 'blog',
|
||||
component: () => import('../views/Blog.vue')
|
||||
},
|
||||
{
|
||||
path: '/blogContent/:uuid',
|
||||
name: 'blogContent',
|
||||
component: () => import('../views/BlogContent.vue'),
|
||||
},
|
||||
{
|
||||
path: '/console',
|
||||
name: 'console',
|
||||
|
||||
Reference in New Issue
Block a user