{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "uni-app", "app-plus": { "titleNView": { "buttons": [{ "text": "\ue534", "fontSrc": "/static/uni.ttf", "fontSize": "22px", "color": "#FFFFFF" }] } } } }, { "path" : "pages/about/about", "style" : { "navigationBarTitleText": "我的", "enablePullDownRefresh": false } } ,{ "path" : "pages/info/info", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "hahhaha", "navigationBarBackgroundColor": "#aa0000", "backgroundColor": "#aa0000" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#3cc51f", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "text": "组件" }, { "pagePath": "pages/about/about", "text": "接口" }] } }