diff --git a/src/views/tunnel/index.vue b/src/views/tunnel/index.vue index fa9f7bc..323332f 100644 --- a/src/views/tunnel/index.vue +++ b/src/views/tunnel/index.vue @@ -6,11 +6,11 @@
- +
+ :title="item.title" :href="'/' + item.tunnelId + '/' + siteId" @click="clickHot(item.tunnelId)">
@@ -330,15 +330,18 @@ let isTunnel = reactive(false); const coordsList = ref([ { //厂房 - tunnelId: 1, - coords: '197,486,166,480,115,635,170,642,215,506,197,486', + tunnelId: 98, + title: '厂房', + coords: '163,487,153,483,217,480,170,644,111,640,145,483', }, { //2#尾水 - tunnelId: 2, + tunnelId: 1, + title: '2#尾水隧洞', coords: '335,548,1029,183,1079,71,1098,78,1044,192,344,567,335,548' }, { //5#支洞 - tunnelId: 3, + tunnelId: 109, + title: '5#支洞', coords: '1046,85,1029,76,1020,45,1004,45,1014,88,1045,103,1046,85' } ]) @@ -889,7 +892,8 @@ const initWebSocket = () => { align-items: center; } .imgModel{ - width:2048px;height:1360px + width: 1040px; + height: 646px; } }