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