this is the file address returned to me by the backend
h("a", {
props: {
},
domProps: {
href: params.row.filepath,
download: params.row.filename
},
style: {
marginRight: "10px"
},
}, ""),
this is the an I generated, but the file downloaded by clicking the download button is wrong. Where is it wrong and how to solve it? Thank you