diff --git a/components/HiddenInfo/gwj/index.js b/components/HiddenInfo/gwj/index.js index 0618bfb..740a7fe 100644 --- a/components/HiddenInfo/gwj/index.js +++ b/components/HiddenInfo/gwj/index.js @@ -43,7 +43,7 @@ function HiddenInfo(props) { const [acceptImageFiles, setAcceptImageFiles] = useState([]); const [inspectionAcceptImageFiles, setInspectionAcceptImageFiles] = useState([]); const [loading, setLoading] = useState(true); - const [videoModalOpen, setVideoModalOpen] = useState(true); + const [videoModalOpen, setVideoModalOpen] = useState(false); const { getFile } = useGetFile(); const query = useGetUrlQuery();