From a8191c18f540116ee38f34c9353771e9473c53a2 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期五, 19 四月 2024 04:48:28 +0800 Subject: [PATCH] 世医传承 --- src/pages.json | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/pages.json b/src/pages.json index 494937a..b113c29 100644 --- a/src/pages.json +++ b/src/pages.json @@ -62,7 +62,15 @@ } }, { - "path": "pages/zhongyi/zhongyi", + "path": "pages/inherit/index", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + { + "path": "pages/inherit/list", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, @@ -141,7 +149,17 @@ "style" : { "navigationBarTitleText" : "", - "enablePullDownRefresh" : false + "enablePullDownRefresh" : false, + "navigationStyle": "custom" + } + }, + { + "path" : "pages/shiyiHome/shiyiHome", + "style" : + { + "navigationBarTitleText" : "", + "enablePullDownRefresh" : false, + "navigationStyle": "custom" } } ], -- Gitblit v1.9.1