{ "pages": [ { "path": "pages/home/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/mine/index", "style": { "navigationBarTitleText": "我的" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": " ", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar":{ "color": "#707070", "selectedColor": "#8745FF", "backgroundColor": "#FFFFFF", "borderStyle": "black", "list":[ { "iconPath": "static/images/tabbar/find.png", "selectedIconPath": "static/images/tabbar/find-selected.png", "pagePath": "pages/home/index", "text":"首页" }, { "iconPath": "static/images/tabbar/my.png", "selectedIconPath": "static/images/tabbar/my-selected.png", "text": "我的", "pagePath": "pages/mine/index" } ] } }