From 9a7319b9c555e7ec244ed8ca1eab19fd83f1a497 Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Tue, 11 Mar 2025 14:51:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(pages):=20=E6=B7=BB=E5=8A=A0=E6=95=99?= =?UTF-8?q?=E7=BB=83=E7=AB=AF=E9=A6=96=E9=A1=B5=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 pages.json 中新增教练端首页的页面配置 -配置项包括路径、导航栏标题、导航栏样式等 --- pages.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/pages.json b/pages.json index e79aa89..43ebcdb 100644 --- a/pages.json +++ b/pages.json @@ -44,7 +44,21 @@ "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black" } - } + }, + + + + + { + "path": "pages/coach/home/index", + "style": { + "navigationBarTitleText": "首页", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#fff", + "navigationBarTextStyle": "black" + } + }, + ], "globalStyle": { "navigationBarTextStyle": "white",