{
 "pages": [
  "pages/start/start",
  "pages/index/index",
  "pages/aboutme/aboutme",
  "pages/addrecord/addrecord",
  "pages/addfile/addfile",
  "pages/introduce/introduce",
  "pages/my/my",
  "pages/opinion/opinion",
  "pages/record/record",
  "pages/normal/normal",
  "pages/file_manage/file_manage",
  "pages/article/article",
  "pages/mold/mold",
  "pages/line/line",
  "pages/article_detail/article_detail",
  "pages/ence_push/ence_push",
  "pages/map/map",
  "pages/editfile/editfile",
  "pages/editrecord/editrecord",
  "pages/agreement/agreement",
  "pages/file_choose/file_choose",
   "pages/test/test",
  "pages/hint/hint"
 ],
 "window": {
  "backgroundTextStyle": "light",
  "navigationBarBackgroundColor": "#3AA0EA",
  "navigationBarTitleText": "健康随访助手",
  "navigationBarTextStyle": "white",
  "enablePullDownRefresh": false
 },
 "tabBar": {
  "color": "#A1A1A1",
  "selectedColor": "#1CB9FA",
  "list": [
   {
    "pagePath": "pages/index/index",
    "text": "记录",
    "iconPath": "img/jl2@2x.png",
    "selectedIconPath": "img/jl1@2x.png"
   },
   {
    "pagePath": "pages/my/my",
    "text": "我的",
    "iconPath": "img/w2.png",
    "selectedIconPath": "img/w1.png"
   }
  ]
 }
}