This commit is contained in:
lcw
2026-01-13 22:17:31 +08:00
parent fab9c4f9fc
commit 81d81d8454
75 changed files with 159 additions and 82 deletions

View File

@ -119,7 +119,7 @@ export const zlZqtjxx = (data) => {
//文件下载
export function downFiles(id) {
return request({
url: `/mosty-api/mosty-base/minio/file/download/${id}`,
url: `/bagl/mosty-base/minio/file/download/${id}`,
method: "get"
})
}
}