|
|
@@ -2,7 +2,7 @@
|
|
2
|
2
|
* @Author: dayan_hjm 产供销价值链
|
|
3
|
3
|
* @Date: 2023-11-10 10:19:34
|
|
4
|
4
|
* @Last Modified by: dayan_hjm
|
|
5
|
|
- * @Last Modified time: 2023-11-22 16:24:19
|
|
|
5
|
+ * @Last Modified time: 2023-11-23 10:27:14
|
|
6
|
6
|
*/
|
|
7
|
7
|
|
|
8
|
8
|
import React, { useState, useEffect, Component } from "react";
|
|
|
@@ -23,6 +23,7 @@ import {
|
|
23
|
23
|
updateTimeService
|
|
24
|
24
|
} from "./api";
|
|
25
|
25
|
import MapViewTwo from "./component/mapView2.jsx";
|
|
|
26
|
+import mpVideoGvc from "@assets/imgs/dataVimg/videoGvc2.mp4";
|
|
26
|
27
|
|
|
27
|
28
|
import 'animate.css';
|
|
28
|
29
|
import { get } from "lodash";
|
|
|
@@ -383,7 +384,7 @@ class Gvc extends Component {
|
|
383
|
384
|
<MapViewTwo></MapViewTwo>
|
|
384
|
385
|
<div className={"video_box gvc_video"}>
|
|
385
|
386
|
<div className="alls">
|
|
386
|
|
- <video src={require("@assets/imgs/dataVimg/videoGvc2.mp4").default} autoplay="autoplay" loop="loop" class="video_box_2 center_box2 animate__animated animate__fadeIn animate__delay-2s">
|
|
|
387
|
+ <video src={mpVideoGvc} autoplay="autoplay" loop="loop" class="video_box_2 center_box2 animate__animated animate__fadeIn animate__delay-2s">
|
|
387
|
388
|
</video>
|
|
388
|
389
|
</div>
|
|
389
|
390
|
|