This commit is contained in:
2023-05-19 17:43:21 +08:00
parent 0ec14c5d19
commit e7d439cfcc
7 changed files with 13 additions and 13 deletions

View File

@ -11,7 +11,7 @@ export default {
name(name, isDelete = true) {
var url =
baseURL +
"/common/download?fileName=" +
"/file/download?fileName=" +
encodeURIComponent(name) +
"&delete=" +
isDelete;
@ -33,7 +33,7 @@ export default {
resource(resource) {
var url =
baseURL +
"/common/download/resource?resource=" +
"/file/download/resource?resource=" +
encodeURIComponent(resource);
axios({
method: "get",