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