{
  "pages": [
    "pages/login/login",
    "pages/home/home",
    "pages/referral/referral",
    "pages/points/points",
    "pages/coupons/coupons",
    "pages/parking/parking"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#1a73e8",
    "navigationBarTitleText": "停车激励",
    "navigationBarTextStyle": "white",
    "backgroundColor": "#f5f5f5"
  },
  "tabBar": {
    "color": "#999999",
    "selectedColor": "#1a73e8",
    "backgroundColor": "#ffffff",
    "borderStyle": "black",
    "list": [
      {
        "pagePath": "pages/home/home",
        "text": "首页"
      },
      {
        "pagePath": "pages/referral/referral",
        "text": "邀请"
      },
      {
        "pagePath": "pages/coupons/coupons",
        "text": "优惠券"
      },
      {
        "pagePath": "pages/points/points",
        "text": "积点"
      }
    ]
  },
  "style": "v2",
    "sitemapLocation": "sitemap.json"
}
