sunzehao 3 ماه پیش
والد
کامیت
7fec32aef7
3فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. BIN
      src/assets/windimgs/fanSvg/fc.png
  2. BIN
      src/assets/windimgs/fanSvg/gf.png
  3. 4 2
      src/views/cesiumComponents/topographicMap.vue

BIN
src/assets/windimgs/fanSvg/fc.png


BIN
src/assets/windimgs/fanSvg/gf.png


+ 4 - 2
src/views/cesiumComponents/topographicMap.vue

@@ -75,7 +75,9 @@ import windView from "./windView.vue";
 import menuCom from "../menuCom.vue";
 
 // import bw from "@/assets/windimgs/fanSvg/bw.svg"
-import gf from "@/assets/windimgs/fanSvg/taiyangban.svg"
+import fc from "@/assets/windimgs/fanSvg/fc.png"
+import gf from "@/assets/windimgs/fanSvg/gf.png"
+//待机
 import dj from "@/assets/windimgs/fanSvg/dj.svg"
 import bwzhu from "@/assets/windimgs/fanSvg/bwzhu.svg"
 import bwshan from "@/assets/windimgs/fanSvg/bwshan.png"
@@ -227,7 +229,7 @@ export default {
     showAllStation(viewer) {
         allStationJson.station.forEach((e, index) => {
             if (e.energytype === "Wind" || e.energytype === "Fire") {
-                this.showStationFn(viewer, e, index, dj)
+                this.showStationFn(viewer, e, index, fc)
             } else {
                 this.showStationFn(viewer, e, index, gf)
             }