forked from Gitlink/forgeplus-react
去掉首页弹框及滚动公告
This commit is contained in:
parent
a222ad3f73
commit
f9bc9d72bc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue