This commit is contained in:
yunkexin 2024-11-20 16:23:57 +08:00
parent cc096c14af
commit bc80fa6980
12 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 MiB

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 MiB

After

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 MiB

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 MiB

View File

@ -9,7 +9,7 @@ import styles from "./riskOne.less";
import echarts from "echarts";
import storage from "../utils/storage";
import { initFilter } from "../utils/common";
import realGif from "../assets/riskone/backno.JPG";
import realGif from "../assets/riskone/backno.jpg";
import red from "../assets/risk/red.png";
import orange from "../assets/risk/orange.png";
import yellow from "../assets/risk/yellow.png";

View File

@ -9,7 +9,7 @@ import styles from "./riskThree.less";
import echarts from "echarts";
import storage from "../utils/storage";
import { initFilter } from "../utils/common";
import realGif from "../assets/riskthree/backno.JPG";
import realGif from "../assets/riskthree/backno.jpg";
import red from "../assets/risk/red.png";
import orange from "../assets/risk/orange.png";
import yellow from "../assets/risk/yellow.png";

View File

@ -3,7 +3,7 @@ import { connect } from "dva";
import { withRouter } from "dva/router";
import { Popover } from "antd";
import styles from "./riskTwo.less";
import realGif from "../assets/risktwo/backno.JPG";
import realGif from "../assets/risktwo/backno.jpg";
import red from "../assets/risk/red.png";
import orange from "../assets/risk/orange.png";
import yellow from "../assets/risk/yellow.png";