1
YM
2024-06-05 c4b8209d92daa8c6e8ec20bdd56fecf4a95d0990
1
2
3
4
5
6
7
8
9
10
import {
    baseUrl,
} from "../utils/request/req1"
export const getImg = (path) => {
    return baseUrl + "/picture/getImageByFilePath?filePath=" + path
}
 
export const getFile = (path) => {
    return baseUrl + "/file/getFileByFilePath?filePath=" + path
}