This commit is contained in:
2020-05-22 18:10:04 +00:00
parent 5ae14aa7d3
commit 800571e7c1
3 changed files with 40 additions and 14 deletions

View File

@@ -267,7 +267,7 @@ export default {
//http://localhost:7575/api/v8/backup/download/100?t=sssss
let url =
"attachment/download/" +
"backup/download/" +
fileName +
"?t=" +
window.$gz.store.state.downloadToken;