{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages // { // "path" : "pages/setup", // "style" : // { // "navigationStyle": "custom" // } // } // ,{ // "path" : "pages/screen", // "style" : // { // "navigationStyle": "custom" // } // }, { "path" : "pages/index", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/home", "style" : { "navigationStyle": "custom" } } ], "globalStyle": { // "pageOrientation": "landscape", "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#d7592f", "backgroundColor": "#ffffff" }, "uniIdRouter": {} }