This commit is contained in:
@@ -217,7 +217,8 @@ const download = async () => {
|
|||||||
// "http://127.0.0.1:8001/file_download",
|
// "http://127.0.0.1:8001/file_download",
|
||||||
{
|
{
|
||||||
params: {
|
params: {
|
||||||
path: props.parsed_at.split(" ")[0].replace("-", "/"),
|
// path: props.parsed_at.split(" ")[0].replace("-", "/"),
|
||||||
|
path: props.article_date.split()[0],
|
||||||
title: props.title,
|
title: props.title,
|
||||||
},
|
},
|
||||||
responseType: "blob",
|
responseType: "blob",
|
||||||
|
|||||||
Reference in New Issue
Block a user