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