From de5d8f42833f6800fb3cfc9b1356dd1f7140c0e2 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Tue, 21 Jun 2022 17:42:43 +0800 Subject: [PATCH] videoOperationHistroyTime --- .../web/client/src/components/videoPlayer/videoOperation.jsx | 4 ++-- .../{VideoOperationTime.jsx => videoOperationHistroyTime.jsx} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename code/VideoAccess-VCMP/web/client/src/components/videoPlayer/{VideoOperationTime.jsx => videoOperationHistroyTime.jsx} (93%) diff --git a/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoOperation.jsx b/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoOperation.jsx index da72b3e..5d9ab09 100644 --- a/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoOperation.jsx +++ b/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoOperation.jsx @@ -5,7 +5,7 @@ import VideoOperationCloudControl from './videoOperationCloudControl' import VideoOperationTalk from './videoOperationTalk' import VideoOperationSpeed from './videoOperationSpeed' import VideoOperationVoice from './videoOperationVoice' -import VideoOperationTime from './videoOperationTime.jsx' +import VideoOperationHistroyTime from './videoOperationHistroyTime' import { IconPause, IconPlay } from '@douyinfe/semi-icons'; import './videoPlay.less'; @@ -37,7 +37,7 @@ const VideoOperation = ({ } { showTimeSelect ? - { setShowTimeSelect(false) }} /> + { setShowTimeSelect(false) }} /> : '' } {/* 下方操作 */} diff --git a/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/VideoOperationTime.jsx b/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoOperationHistroyTime.jsx similarity index 93% rename from code/VideoAccess-VCMP/web/client/src/components/videoPlayer/VideoOperationTime.jsx rename to code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoOperationHistroyTime.jsx index 797f1f4..faf3359 100644 --- a/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/VideoOperationTime.jsx +++ b/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoOperationHistroyTime.jsx @@ -3,7 +3,7 @@ import { connect } from "react-redux"; import { DatePicker, Button, Space } from '@douyinfe/semi-ui'; import './videoPlay.less'; -const VideoOperationTime = ({ close }) => { +const VideoOperationHistroyTime = ({ close }) => { return (