{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/login", "style": { "navigationStyle": "custom" } }, { "path": "pages/home/home", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/inscanerror", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/AgvOutError", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/HcxOutError", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/TaskOperate", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/management/HcxErrorHandle", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/outscanerror", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/hcxcheck", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/agvinerror", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/searchMater", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/FinishedInStore", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/DeliveryConfirm", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/MaterList", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/management/HalfFinishedInStore", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/SemifinishedInStore", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/SemifinishedInStoreSearch", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/SemifinishedOutStore", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/SemifinishedOutStoreSearch", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/semifinishedcheck", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/semifinishedchecksearch", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/semifinishedcompose", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/semifinishedcomposesearch", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/management/in-storage", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/management/out-storage", "style" : { "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }