|
|
@@ -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)
|
|
|
}
|