WXL
2024-11-01 b557dde5b61a6c38f22b07d3e7af00b3ae71fd44
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
  })