|
@@ -5,6 +5,7 @@ import PanelBlock from "./components/PanelBlock";
|
|
import HeaderContent from "./components/HeadContent";
|
|
import HeaderContent from "./components/HeadContent";
|
|
import WordCloud from "@/components/WordCloud";
|
|
import WordCloud from "@/components/WordCloud";
|
|
import OverView from "./components/Overview";
|
|
import OverView from "./components/Overview";
|
|
|
|
+import PortalTraffic from "./components/PortalTraffic";
|
|
|
|
|
|
@connect(({ bigscreen }) => ({
|
|
@connect(({ bigscreen }) => ({
|
|
bigscreen,
|
|
bigscreen,
|
|
@@ -143,7 +144,9 @@ class BigScreen extends React.Component {
|
|
{/* 左侧 */}
|
|
{/* 左侧 */}
|
|
<div className={styles.contentPanelLeft}>
|
|
<div className={styles.contentPanelLeft}>
|
|
{/* <PanelBlock height="200px" /> */}
|
|
{/* <PanelBlock height="200px" /> */}
|
|
- <PanelBlock />
|
|
|
|
|
|
+ <PanelBlock>
|
|
|
|
+ <PortalTraffic></PortalTraffic>
|
|
|
|
+ </PanelBlock>
|
|
<PanelBlock />
|
|
<PanelBlock />
|
|
<PanelBlock />
|
|
<PanelBlock />
|
|
</div>
|
|
</div>
|