新工匠基地网站

This commit is contained in:
2025-03-27 08:47:21 +08:00
parent 287ceacaf3
commit fe348ae97b
13 changed files with 103 additions and 51 deletions

View File

@@ -4,16 +4,22 @@
<Carousel/>
<!-- 着陆页 -->
<LandingHero/>
<!-- <LandingHero/>-->
<!-- 站点列表 -->
<SiteList/>
<!-- <SiteList/>-->
<!-- 插件列表 -->
<!-- <MarketList />-->
<!-- 热点新闻 -->
<HotNews title="热点新闻" :categoryId="650"/>
<!-- 媒体视角 -->
<HotNews title="媒体视角" :categoryId="652"/>
<!-- 客户案例 -->
<CaseList/>
<!-- <CaseList/>-->
<!-- 合作伙伴 -->
<Partners/>
@@ -38,6 +44,7 @@ import Carousel from "~/components/Index/Carousel.vue";
import LandingHero from "~/components/Index/LandingHero.vue";
import SiteList from "~/components/Index/SiteList.vue";
import MarketList from "~/components/Index/MarketList.vue";
import HotNews from "~/components/Index/HotNews.vue";
import CaseList from "~/components/Index/CaseList.vue"
import Partners from "~/components/Index/Partners.vue";
import Customized from "~/components/Index/Customized.vue";