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