添加下载全部文件功能

This commit is contained in:
xixi 2024-10-28 17:33:38 +08:00
parent da915c24be
commit 29064fc5e5

View File

@ -528,7 +528,7 @@ export default function CardProj(props: any) {
</div>
<div className='down-bot'>
<Button size="small" type="text" onClick={() => {
// window.open(`${Axios.defaults?.baseURL}/route/proj/download/code/${data.projId}`)
window.open(`${Axios.defaults?.baseURL}/route/proj/download/code/${data.projId}`)
}}> word</Button>
<Button size="small"
className='down-pdf'