{ "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/manage/man-group-disk", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/in-storage", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/out-storage", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/task-flow", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/search-mater", "style" : { "navigationStyle": "custom" } }, { "path" : "pages/manage/search-mater-1", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/empty-tray-out", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/empty-tray-in", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/group-in-storage", "style" : { "navigationStyle": "custom" } } ], "globalStyle": { // "pageOrientation": "landscape", "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#d7592f", "backgroundColor": "#ffffff" }, "uniIdRouter": {} }