{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path" : "pages/index/index", "style" : { "navigationStyle": "custom" } },{ "path": "pages/award/index", "style": { "navigationStyle": "custom" } }, { "path" : "pages/schedule/index", "style" : { "navigationStyle": "custom" } }, { "path" : "pages/clear/index", "style" : { "navigationStyle": "custom" } }, { "path" : "pages/check/index", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/score/index", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/declare/index", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/index/init", "style" : { "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }