diff --git a/code/VideoAccess-VCMP/web/client/index.html b/code/VideoAccess-VCMP/web/client/index.html index e181401..e67994b 100644 --- a/code/VideoAccess-VCMP/web/client/index.html +++ b/code/VideoAccess-VCMP/web/client/index.html @@ -4,7 +4,7 @@
- + 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 7fe6048..0d2d470 100644 --- a/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx +++ b/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx @@ -251,7 +251,7 @@ const VideoPlay = ({ // console.log(err); // }) - const inviteRes_ = await request.get(`${iotVideoServer}/api/gb28181/invite?id=${videoObj.topSerialNo}&channel=${videoObj.serialNo}`) + const inviteRes_ = await request.get(`${iotVideoServer}/api/gb28181/invite?id=${videoObj.topSerialNo}&channel=${videoObj.serialNo}`) } catch (error) { console.log(error.response); } @@ -267,7 +267,7 @@ const VideoPlay = ({ debug: true, showBandwidth: false, // 显示网速 operateBtns: { - fullscreen: false, + fullscreen: true, screenshot: false, play: false, audio: false, diff --git a/code/VideoAccess-VCMP/web/client/src/sections/equipmentWarehouse/containers/camera.jsx b/code/VideoAccess-VCMP/web/client/src/sections/equipmentWarehouse/containers/camera.jsx index 022a9db..5e0a0e9 100644 --- a/code/VideoAccess-VCMP/web/client/src/sections/equipmentWarehouse/containers/camera.jsx +++ b/code/VideoAccess-VCMP/web/client/src/sections/equipmentWarehouse/containers/camera.jsx @@ -225,6 +225,7 @@ const CameraHeader = (props) => { yingshiToken: row.secretYingshi?.token, playUrlSd: row.gbCamera?.playUrl?.liveUrl?.sd?.ezopen, playUrlHd: row.gbCamera?.playUrl?.liveUrl?.hd?.ezopen, + replayUrl:row.gbCamera?.playUrl?.replayUrl?.cloud, content:data, }) } else { diff --git a/code/VideoAccess-VCMP/web/client/src/sections/offline/containers/statuscode.jsx b/code/VideoAccess-VCMP/web/client/src/sections/offline/containers/statuscode.jsx index e92f8de..e14f667 100644 --- a/code/VideoAccess-VCMP/web/client/src/sections/offline/containers/statuscode.jsx +++ b/code/VideoAccess-VCMP/web/client/src/sections/offline/containers/statuscode.jsx @@ -92,7 +92,7 @@ const Statuscode = (props) => { }, }, { - title: "释义", + title: "官方释义", dataIndex: "paraphrase", render: (_, r, index) => { return r.paraphrase @@ -133,7 +133,7 @@ const Statuscode = (props) => { ) : (