From 4eda8e30fcbf49e869662db73e2d80941a6dfcc1 Mon Sep 17 00:00:00 2001 From: ModStart Date: Wed, 3 Nov 2021 21:17:24 +0800 Subject: [PATCH] develop --- module/Cms/View/pc/cms/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/Cms/View/pc/cms/index.blade.php b/module/Cms/View/pc/cms/index.blade.php index 16a8ea9f..2e0cb3c6 100644 --- a/module/Cms/View/pc/cms/index.blade.php +++ b/module/Cms/View/pc/cms/index.blade.php @@ -6,9 +6,9 @@
@if(\ModStart\Core\Util\AgentUtil::isMobile()) - @include('module::Banner.View.pc.public.banner',['position'=>'home','bannerRatio'=>'5-2']) - @else @include('module::Banner.View.pc.public.banner',['position'=>'home','bannerRatio'=>'3-2']) + @else + @include('module::Banner.View.pc.public.banner',['position'=>'home','bannerRatio'=>'5-2']) @endif
-- GitLab