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