import oahttp from "@/utils/oahttp.js"; /** * 新增档案 */ export const informationAdd = (data) => oahttp.post('/information/add', data)