From 31ae6e156657aa2ce8e35a228a77f0618bee5282 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期四, 08 十二月 2022 16:21:30 +0800 Subject: [PATCH] 视频功能修改 --- src/views/video/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/video/index.vue b/src/views/video/index.vue index ddf1fc8..2d9e95c 100644 --- a/src/views/video/index.vue +++ b/src/views/video/index.vue @@ -233,13 +233,13 @@ let _this = this; const params = [ { - ctrlType: "realMonitorUI", - // ctrlType: "playerWin", + // ctrlType: "realMonitorUI", + ctrlType: "playerWin", ctrlCode: this.ctrl, ctrlProperty: { displayMode: 1, splitNum: 1, - channelList: [{ channelId: item.platResourceId }], + channelList: [{ channelId: item.code }], }, visible: true, domId: this.domId, -- Gitblit v1.8.0