{
  "pages": [
    "pages/index/index",
    "pages/start/start",
    "pages/my/my",
    "pages/more/more",
    "pages/admin/admin",
    "pages/apply/apply",
    "pages/img_txt/img_txt",
    "pages/result/result",
    "pages/close_apply/close_apply",
    "pages/my/my_active/my_active",
    "pages/index/active/active",
    "pages/word_report/word_report",
    "pages/enroll/enroll"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#21AE59",
    "navigationBarTitleText": "志愿者小程序",
    "navigationBarTextStyle": "white"
  },
  "tabBar": {
    "color": "#fff",
    "selectedColor": "#fff",
    "backgroundColor": "#EBEBEB",
    "list": [
      {
        "pagePath": "pages/index/index",
        "iconPath": "imgs/shouye_02@2x.png",
        "selectedIconPath": "imgs/shouye_01@2x.png"
      },
      {
        "pagePath": "pages/my/my",
        "iconPath": "imgs/wode_01@2x.png",
        "selectedIconPath": "imgs/wode_02@2x.png"
      }
    ]
  },
  "sitemapLocation": "sitemap.json"
}