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 (