diff --git a/Services/client/src/modules/01_user/components/FileDownload.vue b/Services/client/src/modules/01_user/components/FileDownload.vue index e36b871..bffeb36 100644 --- a/Services/client/src/modules/01_user/components/FileDownload.vue +++ b/Services/client/src/modules/01_user/components/FileDownload.vue @@ -18,7 +18,7 @@ async function downloadSubmit(path: string | undefined) { const arr = path.split('/') - if (arr.length < 3 || arr.length > 4) return + if (arr.length < 4 || arr.length > 5) return const file = arr.pop()