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 /> <NewsList />
<ImageGridSection /> <ImageGridSection />
<GrassrootsDynamics /> <GrassrootsDynamics />
<GrassrootsDynamics />
<FhjtPage/> <FhjtPage/>
<FhwsPage/> <FhwsPage/>
<FhrxPage /> <FhrxPage />
<Integrated />
<CultureBgPage /> <CultureBgPage />
<Integrated /> <Integrated />
<Integrated />
</div> </div>
); );
} }