{
  "pages": [
    "pages/start/start",
    "pages/index/register/register",
    "pages/about/about",
    "pages/index/agreement/agreement",
    "pages/index/browseRecordDetail/browseRecordDetail",
    "pages/index/consultantList/consultantList",
    "pages/index/periodicReviews/periodicReviews",
    "pages/index/CustomerManagement/CustomerManagement",
    "pages/index/ArticleDetails/ArticleDetails",
    "pages/index/reportList/reportList",
    "pages/index/editProfile/editProfile",
    "pages/index/policyList/policyList",
    "pages/index/policyListDetail/policyListDetail",
    "pages/index/policyManage/policyManage",
    "pages/index/addListDetail/addListDetail",
    "pages/index/personInfo/personInfo",
    "pages/index/addNewFamily/addNewFamily",
    "pages/index/smartRemind/smartRemind",
    "pages/index/VipRecharge/VipRecharge",
    "pages/index/twoCode/twoCode",
    "pages/index/share/share",
    "pages/index/inviteList/inviteList",
    "pages/index/payWay/payWay",
    "pages/index/addLog/addLog",
    "pages/index/remind/remind",
    "pages/index/summaryList/summaryList",
    "pages/index/learnShare/learnShare",
    "pages/index/EntryInformation/EntryInformation",
    "pages/index/Program/Program",
    "pages/index/Suggest/Suggest",
    "pages/index/articleBrowseRecord/articleBrowseRecord",
    "pages/index/browseRecord/browseRecord",
    "pages/index/TB/TB",
    "pages/index/index",
    "pages/personalCenter/personalCenter"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#0286FF",
    "navigationBarTitleText": "家庭保险",
    "navigationBarTextStyle": "#fff"
  },
  "tabBar": {
    "color": "#666666",
    "selectedColor": "#487AFF",
    "borderStyle": "black",
    "backgroundColor": "#fff",
    "list": [
      {
        "pagePath": "pages/index/index",
        "text": "首页",
        "iconPath": "/images/nav01@2x.png",
        "selectedIconPath": "/images/nav02@2x.png"
      },
      {
        "pagePath": "pages/about/about",
        "text": "关于",
        "iconPath": "/images/nav03@2x.png",
        "selectedIconPath": "/images/nav04@2x.png"
      },
      {
        "pagePath": "pages/personalCenter/personalCenter",
        "text": "我的",
        "iconPath": "/images/nav05@2x.png",
        "selectedIconPath": "/images/nav06@2x.png"
      }
    ]
  }
}