fix up
This commit is contained in:
@@ -45,11 +45,12 @@ export default function Layout({ headerStyle, footerStyle, headTitle, breadcrumb
|
||||
|
||||
{children}
|
||||
</main>
|
||||
< Footer3 />
|
||||
|
||||
{!footerStyle && < Footer1 />}
|
||||
{footerStyle == 1 ? < Footer1 /> : null}
|
||||
{footerStyle == 2 ? < Footer2 /> : null}
|
||||
{footerStyle == 3 ? < Footer3 /> : null}
|
||||
{/*{!footerStyle && < Footer1 />}*/}
|
||||
{/*{footerStyle == 1 ? < Footer1 /> : null}*/}
|
||||
{/*{footerStyle == 2 ? < Footer2 /> : null}*/}
|
||||
{/*{footerStyle == 3 ? < Footer3 /> : null}*/}
|
||||
|
||||
<BackToTop />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user