{
  "pages": [
    "pages/index/index",
    "pages/start/start",
    "pages/mine/circlepic",
    "pages/mine/mine",
    "pages/mine/allrecordlist",
    "pages/course/courseComment",
    "pages/mine/changeinfo",
    "pages/course/course",
    "pages/course/courseIntro",
    "pages/course/courseDetail",
    "pages/course/submitClock",
    "pages/course/recordClock"
  ],
  "subPackages": [],
  "window": {
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "",
    "navigationBarBackgroundColor": "#F8F8F8",
    "backgroundColor": "#F8F8F8"
  },
  "tabBar": {
    "color": "#BDC4CE",
    "selectedColor": "#EE8B27",
    "borderStyle": "black",
    "backgroundColor": "#ffffff",
    "list": [
      {
        "pagePath": "pages/index/index",
        "iconPath": "static/index_01.png",
        "selectedIconPath": "static/index_06.png",
        "text": "首页"
      },
      {
        "pagePath": "pages/course/course",
        "iconPath": "static/index_02.png",
        "selectedIconPath": "static/index_05.png",
        "text": "课程列表"
      },
      {
        "pagePath": "pages/mine/mine",
        "iconPath": "static/index_03.png",
        "selectedIconPath": "static/index_04.png",
        "text": "个人中心"
      }
    ]
  },
  "permission": {
    "scope.userLocation": {
      "desc": ""
    }
  },
  "usingComponents": {},
  "sitemapLocation": "sitemap73.json"
}