代码提交_5_7
This commit is contained in:
parent
3b16fbb05f
commit
0c33128595
Binary file not shown.
After Width: | Height: | Size: 99 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.3 KiB |
|
@ -2740,7 +2740,9 @@ export default {
|
||||||
this.getStationSiteId(62);
|
this.getStationSiteId(62);
|
||||||
this.threeUrl = "http://223.112.17.26:12351/";
|
this.threeUrl = "http://223.112.17.26:12351/";
|
||||||
this.unityUrl = "/htWeb/unity.html?src=WXZKRJ"; //初始模型
|
this.unityUrl = "/htWeb/unity.html?src=WXZKRJ"; //初始模型
|
||||||
}
|
} else if (newV == 63) {
|
||||||
|
this.getStationSiteId(63);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
immediate: true,
|
immediate: true,
|
||||||
},
|
},
|
||||||
|
@ -2955,7 +2957,10 @@ export default {
|
||||||
} else if (this.sceneName == "WXZKRJ") {
|
} else if (this.sceneName == "WXZKRJ") {
|
||||||
mqttData.push("stationWXS3");
|
mqttData.push("stationWXS3");
|
||||||
this.unityChange = 62;
|
this.unityChange = 62;
|
||||||
this.senceTitle = "无锡中科院软件所办公院2#变电所";
|
this.senceTitle = "无锡锡东污水处理变电所";
|
||||||
|
} else if (this.sceneName == "NJHHDX") {
|
||||||
|
this.unityChange = 63;
|
||||||
|
this.senceTitle = "南京江宁区河海大学";
|
||||||
}
|
}
|
||||||
//mqtt订阅
|
//mqtt订阅
|
||||||
this.getDataByMqtt("ws://223.112.17.26:10087/mqtt", mqttData);
|
this.getDataByMqtt("ws://223.112.17.26:10087/mqtt", mqttData);
|
||||||
|
@ -4004,10 +4009,15 @@ export default {
|
||||||
) {
|
) {
|
||||||
this.stationSiteId = res.data.data[i].siteId;
|
this.stationSiteId = res.data.data[i].siteId;
|
||||||
} else if (
|
} else if (
|
||||||
res.data.data[i].siteName == "无锡中科院软件所办公院2#变电所" &&
|
res.data.data[i].siteName == "无锡锡东污水处理变电所" &&
|
||||||
id == 62
|
id == 62
|
||||||
) {
|
) {
|
||||||
this.stationSiteId = res.data.data[i].siteId;
|
this.stationSiteId = res.data.data[i].siteId;
|
||||||
|
} else if (
|
||||||
|
res.data.data[i].siteName == "南京江宁区河海大学" &&
|
||||||
|
id == 63
|
||||||
|
) {
|
||||||
|
this.stationSiteId = res.data.data[i].siteId;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (res.data.code == 500) {
|
} else if (res.data.code == 500) {
|
||||||
|
@ -6690,7 +6700,7 @@ export default {
|
||||||
.picAbbreviation62 {
|
.picAbbreviation62 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: url("../../../assets/mapInfo/zkyrj.png") no-repeat;
|
background: url("../../../assets/mapInfo/zkyrj1.jpg") no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
}
|
}
|
||||||
.picActive {
|
.picActive {
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -74,7 +74,7 @@ mounted(){
|
||||||
this.text = '无锡柏诚系统科技配电房'
|
this.text = '无锡柏诚系统科技配电房'
|
||||||
}else if(this.popStatus == 'SSCBDZ_BDZ'){
|
}else if(this.popStatus == 'SSCBDZ_BDZ'){
|
||||||
this.unityUrl = "/htWeb/unity.html?src=SSCBDZ_BDZ";
|
this.unityUrl = "/htWeb/unity.html?src=SSCBDZ_BDZ";
|
||||||
this.text = '无锡中科院软件所办公院变电所'
|
this.text = '无锡锡东污水处理变电所'
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue