From a398c62a2ac6ef819f162dc3e0923bed144905dc Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 27 六月 2025 09:17:11 +0800
Subject: [PATCH] 测试完成

---
 src/api/patient/homepage.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/patient/homepage.js b/src/api/patient/homepage.js
index a28b945..1fb9293 100644
--- a/src/api/patient/homepage.js
+++ b/src/api/patient/homepage.js
@@ -12,7 +12,7 @@
 // 鐢ㄦ埛淇℃伅鏌ヨ鎮h�呭垪琛�
 export function messagelistpatient(data) {
   return request({
-    url: '/smartor/patarchive/patInfoByContion',
+    url: '/smartor/patarchive/list',
     method: 'post',
     data: data
   })
@@ -29,7 +29,7 @@
 // 鏂板鎮h��
 export function addpatient(data) {
   return request({
-    url: '/smartor/patarchive',
+    url: '/smartor/patarchive/add',
     method: 'post',
     data: data
   })

--
Gitblit v1.9.3