{ "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/ProductManage/SboProdProgress", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/ProductManage/SboProcess", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/ProductManage/BakeProcess", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/ProductManage/PointManage", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/ProductManage/EmptyPipeInStore", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/ProductManage/ZjCasing", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/ProductManage/ZjDelivery", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/ProductManage/ZjOutStore", "style": { "navigationStyle": "custom" } } ,{ "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup", "style": { "app-plus": { "animationDuration": 200, "animationType": "fade-in", "background": "transparent", "backgroundColorTop": "transparent", "popGesture": "none", "scrollIndicator": false, "titleNView": false }, "disableScroll": true } } ], "globalStyle": { // "pageOrientation": "landscape", "navigationBarTextStyle": "white", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#d7592f", "backgroundColor": "#ffffff" }, "uniIdRouter": {} }