{ "pages": [{ "path" : "pages/index/index", "style" : { "navigationBarTitleText" : "全民演练", "enablePullDownRefresh" : false } }, { "path" : "pages/scan/scan", "style" : { "navigationBarTitleText" : "全民演练", "enablePullDownRefresh" : false } }, { "path" : "pages/my/my", "style" : { "navigationBarTitleText" : "全民演练", "enablePullDownRefresh" : false } }, { "path" : "pages/knowledge/knowledge", "style" : { "navigationBarTitleText" : "全民演练", "enablePullDownRefresh" : false } }], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "全民演练", "navigationBarBackgroundColor": "#00b6ff", "backgroundColor": "#F8F8F8", "app-plus": { "background": "#efeff4" } }, "tabBar": { "selectedColor": "#009eff", "list":[ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/tab_icons/home.png" }, { "pagePath": "pages/scan/scan", "text": "扫一扫", "iconPath": "static/tab_icons/cate.png" }, { "pagePath": "pages/knowledge/knowledge", "text": "知识库", "iconPath": "static/tab_icons/knownledge.png" },{ "pagePath": "pages/my/my", "text": "我的", "iconPath": "static/tab_icons/my.png" } ] } }