diff --git a/code/VideoAccess-VCMP/web/client/assets/images/background/warning.png b/code/VideoAccess-VCMP/web/client/assets/images/background/warning.png new file mode 100644 index 0000000..906fdf5 Binary files /dev/null and b/code/VideoAccess-VCMP/web/client/assets/images/background/warning.png differ diff --git a/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/VideoOperationTime.jsx b/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/VideoOperationTime.jsx new file mode 100644 index 0000000..797f1f4 --- /dev/null +++ b/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/VideoOperationTime.jsx @@ -0,0 +1,46 @@ +import React, { useState, useEffect, useRef } from "react"; +import { connect } from "react-redux"; +import { DatePicker, Button, Space } from '@douyinfe/semi-ui'; +import './videoPlay.less'; + +const VideoOperationTime = ({ close }) => { + + return ( +