diff --git a/src/assets/tunnelImg/SD01.png b/src/assets/tunnelImg/SD01.png new file mode 100644 index 0000000..4ea448d --- /dev/null +++ b/src/assets/tunnelImg/SD01.png Binary files differ diff --git a/src/assets/tunnelImg/SD01.png b/src/assets/tunnelImg/SD01.png new file mode 100644 index 0000000..4ea448d --- /dev/null +++ b/src/assets/tunnelImg/SD01.png Binary files differ diff --git a/src/assets/tunnelImg/SD02.png b/src/assets/tunnelImg/SD02.png new file mode 100644 index 0000000..9cbb9c7 --- /dev/null +++ b/src/assets/tunnelImg/SD02.png Binary files differ diff --git a/src/assets/tunnelImg/SD01.png b/src/assets/tunnelImg/SD01.png new file mode 100644 index 0000000..4ea448d --- /dev/null +++ b/src/assets/tunnelImg/SD01.png Binary files differ diff --git a/src/assets/tunnelImg/SD02.png b/src/assets/tunnelImg/SD02.png new file mode 100644 index 0000000..9cbb9c7 --- /dev/null +++ b/src/assets/tunnelImg/SD02.png Binary files differ diff --git a/src/assets/tunnelImg/SD03.png b/src/assets/tunnelImg/SD03.png new file mode 100644 index 0000000..4752446 --- /dev/null +++ b/src/assets/tunnelImg/SD03.png Binary files differ diff --git a/src/assets/tunnelImg/SD01.png b/src/assets/tunnelImg/SD01.png new file mode 100644 index 0000000..4ea448d --- /dev/null +++ b/src/assets/tunnelImg/SD01.png Binary files differ diff --git a/src/assets/tunnelImg/SD02.png b/src/assets/tunnelImg/SD02.png new file mode 100644 index 0000000..9cbb9c7 --- /dev/null +++ b/src/assets/tunnelImg/SD02.png Binary files differ diff --git a/src/assets/tunnelImg/SD03.png b/src/assets/tunnelImg/SD03.png new file mode 100644 index 0000000..4752446 --- /dev/null +++ b/src/assets/tunnelImg/SD03.png Binary files differ diff --git a/src/assets/tunnelImg/SD04.png b/src/assets/tunnelImg/SD04.png new file mode 100644 index 0000000..12d95f5 --- /dev/null +++ b/src/assets/tunnelImg/SD04.png Binary files differ diff --git a/src/assets/tunnelImg/SD01.png b/src/assets/tunnelImg/SD01.png new file mode 100644 index 0000000..4ea448d --- /dev/null +++ b/src/assets/tunnelImg/SD01.png Binary files differ diff --git a/src/assets/tunnelImg/SD02.png b/src/assets/tunnelImg/SD02.png new file mode 100644 index 0000000..9cbb9c7 --- /dev/null +++ b/src/assets/tunnelImg/SD02.png Binary files differ diff --git a/src/assets/tunnelImg/SD03.png b/src/assets/tunnelImg/SD03.png new file mode 100644 index 0000000..4752446 --- /dev/null +++ b/src/assets/tunnelImg/SD03.png Binary files differ diff --git a/src/assets/tunnelImg/SD04.png b/src/assets/tunnelImg/SD04.png new file mode 100644 index 0000000..12d95f5 --- /dev/null +++ b/src/assets/tunnelImg/SD04.png Binary files differ diff --git a/src/views/oneMap/smartBridge/LeftBox.vue b/src/views/oneMap/smartBridge/LeftBox.vue index 0842225..2bd44aa 100644 --- a/src/views/oneMap/smartBridge/LeftBox.vue +++ b/src/views/oneMap/smartBridge/LeftBox.vue @@ -40,8 +40,10 @@
桥梁监控
-
- +
+
{{ item.title }}
+ +
@@ -73,26 +75,17 @@ const introduce = '延安王家坪大桥(彩虹桥)位于延安市王家坪革命纪念馆前,是根据延安王家坪革命纪念馆的总体布局和延安城区防洪需要,由省政府决定、省交通厅负责实施的,是在原桥位置上新建的一座特大桥。该项工程于1997年4月22日开工建设,1998年9月28日竣工通车,工程总投资3667万元。'; const videoList = [ - // { - // url: 'https://server2.wh-nf.cn:8870/file/yanan_splx/qiaoliang/1gongxiaodashaquanjing.mp4', - // }, - // { - // url: 'https://server2.wh-nf.cn:8870/file/yanan_splx/qiaoliang/2gongxiaodashayingyan.mp4', - // }, - // { - // url: 'https://server2.wh-nf.cn:8870/file/yanan_splx/qiaoliang/4zhuapan.mp4', - // }, { - url: 'https://server2.wh-nf.cn:8870/file/yanan_splx/qiaoliang/20241112_111146.mp4', + title: '彩虹桥延安中学方向', + pointCode: '7H0961CPAN77924', + img: jk_01, + url: 'https://server2.wh-nf.cn:8870/file/yanan_splx/suidao/shouji1.mp4', }, { - url: 'https://server2.wh-nf.cn:8870/file/yanan_splx/qiaoliang/20241112_111243.mp4', - }, - { - url: 'https://server2.wh-nf.cn:8870/file/yanan_splx/qiaoliang/20241112_111325.mp4', - }, - { - url: 'https://server2.wh-nf.cn:8870/file/yanan_splx/qiaoliang/shouji1.mp4', + title: '彩虹桥纪念馆方向', + pointCode: '8L06A0DPAN0754B', + img: jk_02, + url: 'https://server2.wh-nf.cn:8870/file/yanan_splx/suidao/shouji2.mp4', }, ]; const shebeiList = [ @@ -139,6 +132,17 @@ allNum: '4', }, ]; + +const showVideo = item => { + // bus.emit('Tunnel_flyTo', item); + // bus.emit('Tunnel_video', item); + let data = { + title: item.title + '摄像机', + comIDs: ['Imou'], + getSiteId: item.pointCode, + }; + bus.emit('publicDialog', data); +};