|
@@ -3,7 +3,7 @@ import { Card, Typography, Alert, Row, Col } from 'antd';
|
3
|
3
|
import { FormattedMessage } from 'umi-plugin-react/locale';
|
4
|
4
|
import EchartsTest from '../components/EchartsTest';
|
5
|
5
|
import IndexEcharts from './indexEcharts/index';
|
6
|
|
-import Swiper from './swiper/index';
|
|
6
|
+// import Swiper from './swiper/index';
|
7
|
7
|
import router from 'umi/router';
|
8
|
8
|
import request from '../utils/request';
|
9
|
9
|
import apis from '../services/apis';
|
|
@@ -69,7 +69,7 @@ const Monitor = props => {
|
69
|
69
|
</div>
|
70
|
70
|
}
|
71
|
71
|
</div>
|
72
|
|
- <Swiper />
|
|
72
|
+ {/* <Swiper /> */}
|
73
|
73
|
<IndexEcharts style={{ width: '100%' }} onReData={(e) => redata(e)} checkData={checkData}></IndexEcharts>
|
74
|
74
|
</>
|
75
|
75
|
)
|