diff --git a/src/components/News_section/One_kard.vue b/src/components/News_section/One_kard.vue index b0b5ba5..5bcb298 100644 --- a/src/components/News_section/One_kard.vue +++ b/src/components/News_section/One_kard.vue @@ -217,7 +217,8 @@ const download = async () => { // "http://127.0.0.1:8001/file_download", { params: { - path: props.parsed_at.split(" ")[0].replace("-", "/"), + // path: props.parsed_at.split(" ")[0].replace("-", "/"), + path: props.article_date.split()[0], title: props.title, }, responseType: "blob",