From 3604336a0feaef5fbdb8aed0873ed8762e308df8 Mon Sep 17 00:00:00 2001 From: chenhaizhao <2291973799@qq.com> Date: Wed, 31 Dec 2025 17:08:47 +0800 Subject: [PATCH] =?UTF-8?q?page=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/pages.json b/pages.json index 5ccf7f1..791b48f 100644 --- a/pages.json +++ b/pages.json @@ -7,23 +7,28 @@ }, "pages": [ - { - "path": "pages/patient/patientList", - "style": { - "navigationBarTitleText": "患者列表" - } - }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "个人中心" } }, - { - "path": "pages/patient/addTask", + "path": "pages/patient/patientFbDetail/patientFbDetail", "style": { - "navigationBarTitleText": "新增任务" + "navigationBarTitleText": "反馈详情" + } + }, + { + "path": "pages/patient/patientFbList/patientFbList", + "style": { + "navigationBarTitleText": "患者反馈" + } + }, + { + "path": "pages/patient/patientList/patientList", + "style": { + "navigationBarTitleText": "患者列表" } }