update
This commit is contained in:
@ -14,8 +14,8 @@ export default async function ResearchProgress({
|
||||
<ArticleWithBreadcrumb
|
||||
breadcrumb={[
|
||||
{ title: "首页", href: "/" },
|
||||
{ title: "科研进展", href: "/general-news/pages/1" },
|
||||
{ title: data.title, href: `/general-news/${data.id}` },
|
||||
{ title: "科研进展", href: "/research-progress/pages/1" },
|
||||
{ title: data.title, href: `/research-progress/${data.id}` },
|
||||
]}
|
||||
>
|
||||
<ArticleRender article={data} />
|
||||
|
Reference in New Issue
Block a user