{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "hhhh", "enablePullDownRefresh": true } }, { "path" : "pages/about/about", "style" : { "navigationBarTitleText": "" } } ,{ "path" : "pages/info/info", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#fff000" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#3cc51f", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "text": "组件" }, { "pagePath": "pages/about/about", "text": "接口" }] } }