src/api/index.js
@@ -397,3 +397,17 @@ }); }; export const getPersonTag = () => { return req1({ url: "/personTag/list", method: "post", }); }; export const getSocialDistinction = () => { return req1({ url: "/socialDistinction/list", method: "post", }); };