{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "白条专区" } }, { "path": "pages/category/category", "style": { "enablePullDownRefresh": true } }, { "path": "pages/web/web" }, { "path": "pages/detail/detail" } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "白条专区", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#fbfbfb", "app-plus": {"titleNView": false} } }