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