diff --git a/web/src/component/FileDialog.js b/web/src/component/FileDialog.js index 20b4960..bfadc80 100644 --- a/web/src/component/FileDialog.js +++ b/web/src/component/FileDialog.js @@ -9,14 +9,9 @@ function FileDialog(props) { let navigate = useNavigate(); - if (!props.showStatus) { - return null; - } - return ( - +

{props.file.filename}

-

Download 使用 Axios 异步下载
@@ -32,10 +27,14 @@ function FileDialog(props) { > Play - +

);