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