lcw
This commit is contained in:
@ -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'
|
||||
})
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user