{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "实战营相册" } } ,{ "path" : "pages/picture/detail", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/index/item", "style" : { "navigationBarTitleText": "图片直播", "enablePullDownRefresh": false } } ,{ "path" : "pages/index/user", "style" : { "navigationBarTitleText": "个人中心", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationStyle": "custom", "app-plus": { "scrollIndicator": "none" } } }