Merge pull request '去掉首页弹框及滚动公告' (#435) from tongChong/forgeplus-react:dev_military_admin into pre_dev_military

This commit is contained in:
tongChong 2022-08-19 13:58:27 +08:00
commit 574c068beb
1 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@ import { TPMIndexHOC } from '../modules/tpm/TPMIndexHOC';
import { isMobile } from 'educoder';
import './index.scss';
import Slider from './Slider';
import QzModal from './QzModal';
// import Slider from './Slider';
// import QzModal from './QzModal';
import FirstSection from './FirstSection';
import SecondSection from './SecondSection';
import ThirdSection from './ThirdSection';
@ -128,8 +128,8 @@ function HomePage({ history }) {
return (
<div className="homePage">
<Slider />
<QzModal />
{/* <Slider />
<QzModal /> */}
<div id="home-first-section" className="home-first-section">
<FirstSection first={first} />
</div>