|
@@ -1910,7 +1910,7 @@ export default {
|
|
|
},
|
|
|
cbConnectError: function() { // 创建WebControl实例失败
|
|
|
that.oWebControl = null
|
|
|
- $('#playWnd').html('插件未启动,正在尝试启动,请稍候...')
|
|
|
+ $('#playWnd').html('插件未启动,正在尝试启动,请稍候...<a href="./hk/VideoWebPlugin.exe">点击下载插件</a>')
|
|
|
WebControl.JS_WakeUp('VideoWebPlugin://') // 程序未启动时执行error函数,采用wakeup来启动程序
|
|
|
initCount++
|
|
|
if (initCount < 3) {
|
|
@@ -1918,7 +1918,7 @@ export default {
|
|
|
that.initPlugin(newappkey,newloginIp,newsecret,newloginPort)
|
|
|
}, 3000)
|
|
|
} else {
|
|
|
- $('#playWnd').html('插件启动失败,请检查插件是否安装!<a href="./public/hk/VideoWebPlugin.exe">下载插件</a>')
|
|
|
+ $('#playWnd').html('插件启动失败,请检查插件是否安装!<a href="./hk/VideoWebPlugin.exe">点击下载插件</a>')
|
|
|
}
|
|
|
},
|
|
|
cbConnectClose: function(bNormalClose) {
|