WXL
2025-01-21 1a090a490d8fc93224a0e3ad0fd7fe16c9fe63a8
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
  })