{ "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/warehouse/SemifinishedInStore", "style": { "navigationStyle": "custom" } }, { "path": "pages/warehouse/SemifinishedMaterSearch", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path" : "pages/warehouse/SemifinishedOutStore", "style": { "navigationStyle": "custom" } }, { "path": "pages/warehouse/EmptyOutStore", "style": { "navigationStyle": "custom" } }, { "path": "pages/device/MaintainWork", "style": { "navigationStyle": "custom" } }, { "path": "pages/device/MaintainFill", "style": { "navigationStyle": "custom" } }, { "path": "pages/device/CheckWork", "style": { "navigationStyle": "custom" } }, { "path": "pages/device/CheckFill", "style": { "navigationStyle": "custom" } }, { "path": "pages/device/LubricateWork", "style": { "navigationStyle": "custom" } }, { "path": "pages/device/LubricateFill", "style": { "navigationStyle": "custom" } }, { "path": "pages/device/RepairWork", "style": { "navigationStyle": "custom" } }, { "path": "pages/device/RepairFill", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/warehouse/RawmaterialRevice", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/warehouse/WarehouseReceiptDetails", "style": { "navigationStyle": "custom" } }, { "path" : "pages/device/WorkManage", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/device/workDetail", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/device/RepairReport", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/device/DeviceList", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } } ], "globalStyle": { // "pageOrientation": "landscape", "navigationBarTextStyle": "white", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#d7592f", "backgroundColor": "#ffffff" }, "uniIdRouter": {} }