src/api/index.js
@@ -171,12 +171,8 @@ // 中国地域地谱检索人物 export const getRetrieval = (requestData) => { return req1({ url: "/person/retrieval", url: "/person/retrieval?keyword=" + requestData?.keyword + "&dynasty=" + requestData?.dynasty, method: "post", data: { keyword: requestData?.keyword || "", dynasty: requestData?.dynasty || "" } }); }; // 医学人物知识库 @@ -300,6 +296,14 @@ }); }; export const getPersonDataOutput = (Obj) => { return req1({ url: "/person/dataOutput", method: "post", params: Obj }); }; // ----------- // 中国医学人物知识库