This commit is contained in:
lcw
2025-09-26 12:56:52 +08:00
parent 204a199990
commit 2bed0ee326
503 changed files with 37423 additions and 1132 deletions

View File

@ -68,7 +68,7 @@ export const zlZqtjxx = (data) => {
//文件下载
export function downFiles(id) {
return request({
url: `/mosty-base/minio/file/download/${id}`,
url: `/mosty-api/mosty-base/minio/file/download/${id}`,
method: "get"
})
};
@ -81,4 +81,4 @@ export function exportJxkh(data) {
params: data,
responseType:'blob'
})
};
};