From f0f9db6463c33f99f8f83a156332414e8550030a Mon Sep 17 00:00:00 2001 From: sjf1256754123 <33301030+sjf1256754123@users.noreply.github.com> Date: Sun, 16 Feb 2020 21:56:17 +0800 Subject: [PATCH] demo --- pages.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pages.json b/pages.json index 10a1e7e..e4a7148 100644 --- a/pages.json +++ b/pages.json @@ -11,15 +11,21 @@ } ,{ "path" : "pages/fillIn/fillIn", - "style" : {} + "style" : { + "navigationBarTitleText": "首次填报" + } } ,{ "path" : "pages/security/security", - "style" : {} + "style" : { + "navigationBarTitleText": "安保测温" + } } ,{ "path" : "pages/fillInDay/fillInDay", - "style" : {} + "style" : { + "navigationBarTitleText": "每日签到" + } } ], "globalStyle": { -- 2.22.0