news 路由修改

This commit is contained in:
jinsir 2025-11-19 08:14:32 +08:00
parent fe056e7f95
commit f2b1457800
1 changed files with 2 additions and 1 deletions

View File

@ -28,12 +28,13 @@ export default function Home() {
<NewsList />
<ImageGridSection />
<GrassrootsDynamics />
<GrassrootsDynamics />
<FhjtPage/>
<FhwsPage/>
<FhrxPage />
<Integrated />
<CultureBgPage />
<Integrated />
<Integrated />
</div>
);
}