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