|
@@ -292,7 +292,9 @@ export default {
|
|
|
this.showAllStation(this.viewer, showStation);
|
|
this.showAllStation(this.viewer, showStation);
|
|
|
},
|
|
},
|
|
|
coverOnChange(val) {
|
|
coverOnChange(val) {
|
|
|
- if (val.name === "风场图") {
|
|
|
|
|
|
|
+ if(val.name === "回放") {
|
|
|
|
|
+ this.showControl = !this.showControl;
|
|
|
|
|
+ } else if (val.name === "风场图") {
|
|
|
this.controlMode = this.controlMode === "wind" ? "" : "wind";
|
|
this.controlMode = this.controlMode === "wind" ? "" : "wind";
|
|
|
this.switchWindLayer(val.check);
|
|
this.switchWindLayer(val.check);
|
|
|
} else if (val.name === "云层图") {
|
|
} else if (val.name === "云层图") {
|
|
@@ -305,8 +307,10 @@ export default {
|
|
|
this.controlMode = this.controlMode === "temp" ? "" : "temp";
|
|
this.controlMode = this.controlMode === "temp" ? "" : "temp";
|
|
|
this.switchTemperatureLayerr(val.check);
|
|
this.switchTemperatureLayerr(val.check);
|
|
|
} else {
|
|
} else {
|
|
|
- console.log(11111111111111111111111111);
|
|
|
|
|
- this.showControl = !this.showControl;
|
|
|
|
|
|
|
+ ElMessage({
|
|
|
|
|
+ message: '暂无数据',
|
|
|
|
|
+ type: 'warning',
|
|
|
|
|
+ })
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
test() {
|
|
test() {
|