From 5812cf82bd3d79b2912f8cee3dc2398ea97ee0dd Mon Sep 17 00:00:00 2001 From: wenlele Date: Thu, 3 Nov 2022 12:37:51 +0800 Subject: [PATCH] debug --- .../web/client/src/components/videoPlayer/videoPlay.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx b/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx index a104c0d..c0b5797 100644 --- a/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx +++ b/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx @@ -400,7 +400,7 @@ const VideoPlay = ({ dispatch, actions, isResize: false, text: "", loadingText: "加载中", - debug: true, + debug: false, showBandwidth: false, // 显示网速 operateBtns: { fullscreen: false,