

























diff --git a/src/assets/mapInfo/zkyrj1.jpg b/src/assets/mapInfo/zkyrj1.jpg new file mode 100644 index 0000000..247bb86 Binary files /dev/null and b/src/assets/mapInfo/zkyrj1.jpg differ diff --git a/src/assets/newbanImg/stationTitle.png b/src/assets/newbanImg/stationTitle.png new file mode 100644 index 0000000..5826867 Binary files /dev/null and b/src/assets/newbanImg/stationTitle.png differ diff --git a/src/assets/newbanImg/title.jpg b/src/assets/newbanImg/title.jpg new file mode 100644 index 0000000..54536fb Binary files /dev/null and b/src/assets/newbanImg/title.jpg differ diff --git a/src/assets/newbanImg/wxWS.png b/src/assets/newbanImg/wxWS.png new file mode 100644 index 0000000..1e0a1d3 Binary files /dev/null and b/src/assets/newbanImg/wxWS.png differ diff --git a/src/views/land/child/index.vue b/src/views/land/child/index.vue index 5389b97..0cb6ee8 100644 --- a/src/views/land/child/index.vue +++ b/src/views/land/child/index.vue @@ -2740,7 +2740,9 @@ 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 { diff --git a/src/views/land/index.vue b/src/views/land/index.vue index ceca283..d47f6d1 100644 --- a/src/views/land/index.vue +++ b/src/views/land/index.vue @@ -53,22 +53,14 @@