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