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