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