{ "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/manage/empty-tray-back", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/mater-in-storage", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/area-lock", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/fill-tray", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/empty-material-racks-back", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/material-transfer", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/modify-process", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/route-lock", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/call-mater", "style" : { "navigationStyle": "custom" } } ], "globalStyle": { // "pageOrientation": "landscape", "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#d7592f", "backgroundColor": "#ffffff" }, "uniIdRouter": {} }