{ "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/task/rkqr", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/task/ckqr", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/task/pdqr", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/task/dwcz", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/task/ddzy", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/task/rwgl", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/task/rkzp", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/task/sgzp", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/task/ktprk", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/task/ktpck", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/task/ddrw", "style" : { "navigationStyle": "custom" } } ], "globalStyle": { // "pageOrientation": "landscape", "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#d7592f", "backgroundColor": "#ffffff" }, "uniIdRouter": {} }