From ce16687e0faa2efd714ec113f09f7f22a457712f Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 03 七月 2025 16:33:41 +0800 Subject: [PATCH] 测试完成 --- src/api/patient/homepage.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/patient/homepage.js b/src/api/patient/homepage.js index 19cb4a3..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 }) -- Gitblit v1.9.3