{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path" : "pages/login/login", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/login/setup", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/home/home", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/roll-manage", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/call-sampling", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/waste-foil-move", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/tube-core-storage", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/tube-core-out", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/axis-bind", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/weight-bind", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/pack-storage", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/split-feed", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/split-cut", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/sub-vol-bind", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/raw-foil-progess", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/bake-process", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/axis-application", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/sub-vol-offline", "style" : { "navigationStyle": "custom" } } ], "globalStyle": { // "pageOrientation": "landscape", "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#d7592f", "backgroundColor": "#ffffff" }, "uniIdRouter": {} }