This commit is contained in:
2022-11-16 16:13:16 +08:00
parent bc30a399a0
commit 7339ee7ce9

View File

@@ -1,7 +1,7 @@
{ {
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages "pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{ {
"path" : "pages/login/login", "path" : "pages/login/login",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
@@ -144,24 +144,36 @@
"navigationStyle": "custom" "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" : "style" :
{ {
"navigationBarTitleText": "", "navigationBarTitleText": "",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
} }
,{ ,{
"path" : "pages/ProductManage/ZjInStore", "path" : "pages/ProductManage/ZjInStore",
"style" : "style" :
{ {
"navigationBarTitleText": "", "navigationBarTitleText": "",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
} }
], ],
"globalStyle": { "globalStyle": {
// "pageOrientation": "landscape", // "pageOrientation": "landscape",