From cb4ca3a570eaf3fe043c92178dc302dfe16c53c4 Mon Sep 17 00:00:00 2001 From: yroboros Date: Wed, 6 May 2026 00:20:23 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20src/components/News=5Fsection/One=5Fkard.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/News_section/One_kard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",