diff --git a/debug.log b/debug.log index 124f8a9b..eff71a16 100644 --- a/debug.log +++ b/debug.log @@ -6,3 +6,7 @@ [0929/090447.874:ERROR:registration_protocol_win.cc(108)] CreateFile: 系统找不到指定的文件。 (0x2) [0929/090448.024:ERROR:registration_protocol_win.cc(108)] CreateFile: 系统找不到指定的文件。 (0x2) [0929/090501.978:ERROR:registration_protocol_win.cc(108)] CreateFile: 系统找不到指定的文件。 (0x2) +[0930/163244.965:ERROR:registration_protocol_win.cc(108)] CreateFile: 系统找不到指定的文件。 (0x2) +[0930/163245.034:ERROR:registration_protocol_win.cc(108)] CreateFile: 系统找不到指定的文件。 (0x2) +[0930/163246.926:ERROR:registration_protocol_win.cc(108)] CreateFile: 系统找不到指定的文件。 (0x2) +[0930/163247.976:ERROR:registration_protocol_win.cc(108)] CreateFile: 系统找不到指定的文件。 (0x2) diff --git a/src/components/videoModule/isc_plugin/isc_plugin_h5.vue b/src/components/videoModule/isc_plugin/isc_plugin_h5.vue index bc5e1ed8..9aff11d4 100644 --- a/src/components/videoModule/isc_plugin/isc_plugin_h5.vue +++ b/src/components/videoModule/isc_plugin/isc_plugin_h5.vue @@ -414,13 +414,19 @@ export default { } } if (controls) { - console.log( - 888777, - iWndIndex, - _this.devH5List.length - 1 + // console.log( + // 888777, + // iWndIndex, + // _this.devH5List.length - 1 + // ); + // if (iWndIndex > _this.devH5List.length - 1) return; + // controls.classList.add("video-controls_flex"); + const player_playVideo = wnd.querySelector( + `#player_playVideo${iWndIndex}` ); - if (iWndIndex > _this.devH5List.length - 1) return; - controls.classList.add("video-controls_flex"); + if (player_playVideo.src) { + controls.classList.add("video-controls_flex"); + } } } }, @@ -589,6 +595,16 @@ export default { // _this.stopPlay(index); } ); + _this.player.JS_SetConnectTimeOut(index, 60).then( + () => { + console.info("JS_SetConnectTimeOut success"); + // do you want... + }, + (err) => { + console.info("JS_SetConnectTimeOut failed", err); + // do you want... + } + ); }); }, /** diff --git a/src/views/projectAdmin/projectList.vue b/src/views/projectAdmin/projectList.vue index 8c621d2d..ec3407ce 100644 --- a/src/views/projectAdmin/projectList.vue +++ b/src/views/projectAdmin/projectList.vue @@ -1,18 +1,29 @@