From 7339ee7ce964bdae80009ad6efaecf50b024936a Mon Sep 17 00:00:00 2001 From: xiangxy Date: Wed, 16 Nov 2022 16:13:16 +0800 Subject: [PATCH] check --- pages.json | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/pages.json b/pages.json index 7adc4f4..042b168 100644 --- a/pages.json +++ b/pages.json @@ -1,7 +1,7 @@ { "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { - "path" : "pages/login/login", + "path" : "pages/login/login", "style": { "navigationStyle": "custom" } @@ -144,24 +144,36 @@ "navigationStyle": "custom" } } - ,{ - "path" : "pages/ProductManage/EmptyPipeOutStore", + ,{ + "path" : "pages/WarehouseManage/CheckList", + "style": { + "navigationStyle": "custom" + } + } + ,{ + "path" : "pages/WarehouseManage/CheckDtl", + "style": { + "navigationStyle": "custom" + } + } + ,{ + "path" : "pages/ProductManage/EmptyPipeOutStore", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } - - } - ,{ - "path" : "pages/ProductManage/ZjInStore", + + } + ,{ + "path" : "pages/ProductManage/ZjInStore", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } - - } + + } ], "globalStyle": { // "pageOrientation": "landscape",