瀏覽代碼

事件详情预览摄像头

彭宇 2 年之前
父節點
當前提交
3300de884a
共有 3 個文件被更改,包括 2 次插入2 次删除
  1. 二進制
      public/hk/VideoWebPlugin.exe
  2. 1 1
      src/components/supermap.vue
  3. 1 1
      src/views/eventdetailsdialog.vue

二進制
public/hk/VideoWebPlugin.exe


+ 1 - 1
src/components/supermap.vue

@@ -1031,7 +1031,7 @@ export default {
         })
         let markerClick = window.L.marker([markersList[i].lat, markersList[i].lng], {
           icon: icon
-        }).addTo(this.map)
+        })
         if (markersList[i].bindPopupHtml != null && markersList[i].bindPopupHtml !== '') {
           let html = markersList[i].bindPopupHtml
           if (keepBindPopup) {

+ 1 - 1
src/views/eventdetailsdialog.vue

@@ -1918,7 +1918,7 @@ export default {
               that.initPlugin(newappkey,newloginIp,newsecret,newloginPort)
             }, 3000)
           } else {
-            $('#playWnd').html('插件启动失败,请检查插件是否安装!')
+            $('#playWnd').html('插件启动失败,请检查插件是否安装!<a href="./public/hk/VideoWebPlugin.exe">下载插件</a>')
           }
         },
         cbConnectClose: function(bNormalClose) {