From 302af44359c17900d09f05caa16f24dd7fce2355 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期五, 19 四月 2024 06:13:39 +0800 Subject: [PATCH] search --- src/pages.json | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/src/pages.json b/src/pages.json index b6317fe..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, @@ -144,6 +152,15 @@ "enablePullDownRefresh" : false, "navigationStyle": "custom" } + }, + { + "path" : "pages/shiyiHome/shiyiHome", + "style" : + { + "navigationBarTitleText" : "", + "enablePullDownRefresh" : false, + "navigationStyle": "custom" + } } ], "globalStyle": { -- Gitblit v1.9.1