|
@@ -48,8 +48,6 @@ var canvaColumn = null;
|
|
|
export default {
|
|
|
data() {
|
|
|
let data = {
|
|
|
- backStageIp:"192.168.1.104" ,
|
|
|
- backStagePort:"8082",
|
|
|
targetName:"日发电量",
|
|
|
targetUnit:"万kwh",
|
|
|
pointKey:"HB_GD_KBF_JS_P4_L19_220_CI0136",
|
|
@@ -89,7 +87,15 @@ export default {
|
|
|
this.getLineServerData();
|
|
|
},
|
|
|
onReady() {},
|
|
|
-
|
|
|
+ computed:{
|
|
|
+ backStageIp:function(){
|
|
|
+ console.log(this.$store.state.wholeSituationBackStageIp);
|
|
|
+ return this.$store.state.wholeSituationBackStageIp;
|
|
|
+ }, backStagePort:function(){
|
|
|
+ console.log(this.$store.state.wholeSituationBackStagePort);
|
|
|
+ return this.$store.state.wholeSituationBackStagePort;
|
|
|
+ },
|
|
|
+ },
|
|
|
methods: {
|
|
|
targetInformation(pointKey,callTargetName,callTargetUnit){
|
|
|
this.address = this.getWindPowerStationNameToSessionStorage();
|