Обновить src/components/News_section/One_kard.vue
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-05-06 00:20:23 +00:00
parent 27839d3fae
commit cb4ca3a570

View File

@@ -217,7 +217,7 @@ const download = async () => {
// "http://127.0.0.1:8001/file_download", // "http://127.0.0.1:8001/file_download",
{ {
params: { params: {
path: props.article_date.split(" ")[0], path: props.parsed_at.split(" ")[0].replace("-", "/"),
title: props.title, title: props.title,
}, },
responseType: "blob", responseType: "blob",