{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "登录" } } ,{ "path" : "pages/myCenter/myCenter", "style" : { "navigationBarTitleText": "我的", "navigationBarBackgroundColor":"#3D90F4", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path" : "pages/myCenter/personalData/personalData", "style" : { "navigationBarTitleText": "个人资料", "enablePullDownRefresh": false } } ,{ "path" : "pages/myCenter/updatePassword/updatePassword", "style" : { "navigationBarTitleText": "修改密码", "enablePullDownRefresh": false } } ,{ "path" : "pages/webview/webview", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ], "tabBar": { "color": "#7A7E83", "selectedColor": "#1296db", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/tabbar/index.png", "selectedIconPath": "static/tabbar/indexEd.png", "text": "首页" }, { "pagePath": "pages/history/history", "iconPath": "static/tabbar/history.png", "selectedIconPath": "static/tabbar/historyEd.png", "text": "历史" }, { "pagePath": "pages/myCenter/myCenter", "iconPath": "static/tabbar/myCenter.png", "selectedIconPath": "static/tabbar/myCenterEd.png", "text": "我的" }] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "智慧创新", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }