Обновить src/components/News_section/One_kard.vue
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user