WXL
2025-02-12 f6bc6ed2dec9cd60853db928fa6e56a92ab5de0d
src/api/patient/homepage.js
@@ -29,7 +29,7 @@
// 新增患者
export function addpatient(data) {
  return request({
    url: '/smartor/patarchive',
    url: '/smartor/patarchive/add',
    method: 'post',
    data: data
  })