1
YM
2024-07-23 6a7fe3910a91355467295b4f81f71405fb1b1e75
1
2
3
4
import { baseUrl } from "../utils/request/req1";
export const getImg = (path) => {
  return baseUrl + "/picture/getImageByFilePath?filePath=" + path;
};