From 42009789c8251e6f8c162b61d6ed80267037bff7 Mon Sep 17 00:00:00 2001 From: Rain_ <904416525@qq.com> Date: Tue, 30 Sep 2025 18:42:16 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E6=8F=90=E4=BA=A4=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E7=9B=91=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debug.log | 4 + .../videoModule/isc_plugin/isc_plugin_h5.vue | 28 +- src/views/projectAdmin/projectList.vue | 387 ++- .../buildersDiary/buildersDiaryAll.vue | 2809 +++++++-------- .../components/playBack/isc_plugin_h5.vue | 24 +- .../homeworkControlProcess.vue | 3017 +++++++++-------- 6 files changed, 3282 insertions(+), 2987 deletions(-) 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 @@