import {http} from "@/utils/http.js" // 获取患者列表 export const getPatientList = () => { http({ url: "/patient" }) }