From 806c6d184d28866d9dd307eecb151b5d4ceacff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Mon, 7 Aug 2023 10:39:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 47 ++++++++++++++++++++++++++++++++++------------- 1 file changed, 34 insertions(+), 13 deletions(-) diff --git a/pages.json b/pages.json index 91078e3..d0c4bae 100644 --- a/pages.json +++ b/pages.json @@ -9,6 +9,21 @@ "navigationBarTitleText": "", "navigationBarBackgroundColor": "#D7EEE8" } + + }, { + "path": "pages/prescription/prescription", + "style": { + "navigationBarTitleText": "体质评估运动处方", + "navigationBarTextStyle": "white", // 标题的字体颜色 + "navigationBarBackgroundColor": "#37A97B" + } + + }, { + "path": "pages/index/index", + "style": { + "navigationBarTitleText": "", + "navigationBarBackgroundColor": "#D7EEE8" + } }, { "path": "pages/Parentinformation/Parentinformation", "style": { @@ -17,28 +32,18 @@ // "navigationStyle": "custom", "navigationBarBackgroundColor": "#D7EEE8" // } - }, { - "path": "pages/prescription/prescription", - "style": { - "navigationBarTitleText": "体质评估运动处方", - "navigationBarTextStyle": "white", // 标题的字体颜色 - "navigationBarBackgroundColor": "#37A97B" - } - }, { - "path": "pages/index/index", - "style": { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#D7EEE8" - } + }, { "path": "pages/Personal/Personal", "style": { "navigationBarTitleText": "", // "enablePullDownRefresh": false, + // "enablePullDownRefresh": false, "navigationStyle": "custom", "navigationBarBackgroundColor": "#D7EEE8" //背景颜色 } + }, { "path": "pages/grade/grade", "style": { @@ -46,7 +51,9 @@ // "enablePullDownRefresh": false, // "navigationStyle": "custom", "navigationBarBackgroundColor": "#D7EEE8" //背景颜色 + } + }, { "path": "pages/home/home", "style": { @@ -56,14 +63,28 @@ // "enablePullDownRefresh": false, } }, + { + "path": "pages/add/add", + "style": { + // "navigationBarTitleText": "新增学生信息", + // "navigationStyle": "custom", + "navigationBarBackgroundColor": "#37A97B", + "navigationBarTextStyle": "white" // 标题的字体颜色 + + } + }, { "path": "pages/Viewprescription/Viewprescription", "style": { "navigationBarTitleText": "体质评估运动处方", "navigationBarBackgroundColor": "#37A97B", "navigationBarTextStyle": "white" // 标题的字体颜色 + } + + } + ], "globalStyle": { "navigationBarTextStyle": "black",