YM
2024-05-11 227029c7dff6ebc0acd6b3ba07b234a22ec06521
1
2
3
4
5
6
import {
    baseUrl,
} from "../utils/request/req1"
export const getImg = (path) => {
    return baseUrl + "/picture/getImageByFilePath?filePath=" + path
}