{
  "pages": [
    "pages/startRecord/startRecord",    
    "pages/baseInfo/baseInfo",
    "pages/weight/weight",    
    "pages/bchao/bchao",
    "pages/userInfo/userInfo",
    "pages/personal/personal",
    "pages/xiyiDetail/xieyidetail",
    "pages/index/index",
    "pages/addbchao/addbchao",
    "pages/logs/logs",
    "pages/changeBaseInfo/changeBaseInfo",
    "pages/addWeight/addWeight",
    "pages/changebchao/changebchao"
  ],
  "window": {
    "backgroundTextStyle": "dark",
    "navigationBarBackgroundColor": "#51DBA2",
    "navigationBarTitleText": "孕期体重管理小助手",
    "navigationBarTextStyle": "#FFF"
  },
  "tabBar": {
    "color": "#999",
    "selectedColor": "#7ED99D",
    "backgroundColor": "#000000",
    "list": [
      {
        "text": "体重记录",
        "selectedIconPath": "images/1.0.png",
        "iconPath": "images/1.1.png",
        "pagePath": "pages/weight/weight"
      },
      {
        "text": "孕期B超",
        "selectedIconPath": "images/2.0.png",
        "iconPath": "images/2.1.png",
        "pagePath": "pages/bchao/bchao"
      },
      {
        "text": "个人中心",
        "selectedIconPath": "images/3.0.png",
        "iconPath": "images/3.1.png",
        "pagePath": "pages/personal/personal"
      }
    ]
  }
}