@@ -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) {
@@ -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) {