{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path" : "pages/login/login", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/home/home", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/login/setup", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/login/upgrade", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/test", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/Material/kzj-out-store", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/Material/kzj-in-store", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/Material/shouhuo-in-store", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/Material/tuiliao-in-store", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/Material/other-in-store", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/Material/kzj-inout-store", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/Material/lx-in-store", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/Material/mater-in-store", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/Material/dlx-out-store", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/Material/tuiku-confirm", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/Material/dlx-move-store", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/Material/dlx-pan-store", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/Material/mater-save", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/Material/hw-out-store", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/Material/hw-check", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/General/warehouse-box", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/General/material", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/General/supplier", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/General/distribution-box", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/General/machine-order", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/General/line-transfer", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/General/pick-place-goods", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/General/ops-mgmt", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/General/pt-update", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/General/operation", "style" : { "navigationStyle": "custom" } } ], "globalStyle": { // "pageOrientation": "landscape", "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#d7592f", "backgroundColor": "#ffffff" }, "uniIdRouter": {} }