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