{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "uni-ui基础项目" } }, { "path": "pages/about/about", "style": { "navigationBarTitleText": "about", "enablePullDownRefresh":true } }, { "path": "pages/play/play", "style": { "navigationBarTitleText": "play" } }, { "path": "pages/radio/radio", "style": { "navigationBarTitleText": "radio" } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#007AFF", "backgroundColor": "#FFFFFF" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#007AFF", "borderStyle": "black", "backgroundColor": "#F8F8F8", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/component.png", "selectedIconPath": "static/componentHL.png" }, { "pagePath": "pages/play/play", "text": "视频", "iconPath": "static/extui.png", "selectedIconPath": "static/extuiHL.png" }, { "pagePath": "pages/radio/radio", "iconPath": "static/template.png", "selectedIconPath": "static/templateHL.png", "text": "广播" } ] } }