From 6c9cbdf482ce1330704dc635c510ec51a1115a9f Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期一, 18 三月 2024 16:52:29 +0800 Subject: [PATCH] # --- pages.json | 68 ++++++++++++++++++++++++++++++++- 1 files changed, 65 insertions(+), 3 deletions(-) diff --git a/pages.json b/pages.json index 0eceb28..5415f6e 100644 --- a/pages.json +++ b/pages.json @@ -3,7 +3,7 @@ { "path" : "pages/login/login", "style": { - "navigationBarBackgroundColor":"#ffffff", + "navigationBarBackgroundColor":"#FFF", "navigationBarTextStyle":"black", "navigationBarTitleText": "鐧诲綍" } @@ -13,15 +13,36 @@ "navigationBarTitleText": "PDA棣栭〉" } },{ + "path": "pages/basics/demo02", + "style": { + "navigationBarTitleText": "demo02", + "navigationBarBackgroundColor":"#409EFF", + "navigationBarTextStyle":"white" + } + },{ "path": "pages/basics/demo", "style": { "navigationBarTitleText": "妯℃澘" + } + }, + { + "path": "pages/demo/index", + "style": { + "navigationBarTitleText": "涓婚〉", + "navigationBarBackgroundColor":"#409EFF", + "navigationBarTextStyle":"white" + } + }, + { + "path": "pages/demo/login", + "style": { + "navigationBarTitleText": "鐧诲綍椤�" } },{ "path" : "pages/basics/stockCheck", "style" : { - "navigationBarTitleText": "搴撲綅鐩樼偣", + "navigationBarTitleText": "骞冲簱搴撲綅鐩樼偣", "enablePullDownRefresh": false } },{ @@ -107,6 +128,14 @@ } },{ + "path" : "pages/basics/offLines", + "style" : + { + "navigationBarTitleText": "涓嬫灦绠$悊", + "enablePullDownRefresh": false + + } + },{ "path" : "pages/basics/orderOut", "style" : { @@ -122,7 +151,40 @@ "enablePullDownRefresh": false } - } + },{ + "path" : "pages/basics/pakStore", + "style" : + { + "navigationBarTitleText": "鍟嗗搧鍏ュ簱", + "enablePullDownRefresh": false + + } + }, + { + "path" : "pages/basics/manStoCheck", + "style" : + { + "navigationBarTitleText": "骞冲簱搴撲綅鐩樼偣", + "enablePullDownRefresh": false + + } + }, + { + "path" : "pages/basics/orderQuery", + "style" : + { + "navigationBarTitleText" : "妫�绱㈣鍗�", + "enablePullDownRefresh" : false + } + }, + { + "path" : "pages/basics/orderSelect", + "style" : + { + "navigationBarTitleText" : "閫夋嫨璁㈠崟", + "enablePullDownRefresh" : false + } + } -- Gitblit v1.9.1