feat:增加docker配置

This commit is contained in:
2025-09-18 16:09:49 +08:00
parent 44e6176150
commit 52c14f5f6f
23 changed files with 75 additions and 294 deletions

View File

@@ -48,7 +48,7 @@ onMounted(async () => {
*/
const readBlogClick = async (index: number) => {
const blogId = blogStore.blogList[index].id
await router.push({ name: 'BlogDetailId', params: { id: blogId } })
await router.push({ name: 'DetailId', params: { id: blogId } })
}
/**