百色农校
This commit is contained in:
@@ -3,23 +3,17 @@
|
||||
<!-- 幻灯片轮播 -->
|
||||
<Carousel/>
|
||||
|
||||
<!-- 着陆页 -->
|
||||
<!-- <LandingHero/>-->
|
||||
<Ad421 />
|
||||
|
||||
<!-- 站点列表 -->
|
||||
<!-- <SiteList/>-->
|
||||
|
||||
<!-- 插件列表 -->
|
||||
<!-- <MarketList />-->
|
||||
<Ad422 />
|
||||
|
||||
<!-- 热点新闻 -->
|
||||
<HotNews title="热点新闻" :categoryId="650"/>
|
||||
<BNNews title="百农新闻"/>
|
||||
|
||||
<ZSNews />
|
||||
|
||||
<!-- 媒体视角 -->
|
||||
<HotNews title="媒体视角" :categoryId="652"/>
|
||||
|
||||
<!-- 客户案例 -->
|
||||
<!-- <CaseList/>-->
|
||||
<HotNews title="校园风光" :categoryId="4144"/>
|
||||
|
||||
<!-- 合作伙伴 -->
|
||||
<Partners/>
|
||||
@@ -41,13 +35,13 @@ import {pageCmsLink} from "~/api/cms/cmsLink";
|
||||
import {addCmsOrder} from "~/api/cms/cmsOrder";
|
||||
import {getCaptcha} from "~/api/passport/login";
|
||||
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";
|
||||
import BNNews from "~/components/Index/BNNews.vue";
|
||||
import Ad421 from "~/components/Index/Ad421.vue";
|
||||
import Ad422 from "~/components/Index/Ad422.vue";
|
||||
import ZSNews from "~/components/Index/ZSNews.vue";
|
||||
|
||||
const route = useRoute();
|
||||
const i18n = useI18n();
|
||||
|
||||
Reference in New Issue
Block a user