feat: update ui

This commit is contained in:
yanghao05
2025-04-16 21:54:27 +08:00
parent 85ece3e899
commit 682a2397d2
17 changed files with 525 additions and 223 deletions

View File

@@ -24,7 +24,7 @@ const routes = [
]
},
{
path: '/article/:id',
path: '/posts/:id',
name: 'article-detail',
component: () => import('@/views/ArticleDetail.vue')
}