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