YM
2024-06-05 2f20896b721a91bd08ae5e4b2988479101c7faa0
src/api/index.js
@@ -333,3 +333,11 @@
export const getImg = (path) => {
  return baseUrl + "/picture/getImageByFilePath?filePath=" + path;
};
export const getRelationTypeTreeList = () => {
  return req1({
    url: "/personRelationType/getRelationTypeTreeList",
    method: "post"
  });
};