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" }); };