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