完成前端BlogContent界面

This commit is contained in:
2024-08-30 12:46:58 +08:00
parent 852d849b69
commit 80258a829c
3 changed files with 157 additions and 0 deletions

View File

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