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