app.json 1.83 KB
{
  "pages": [
    "pages/index/index",
    "pages/userCenter/userCenter",
    "pages/index/newsDetail",
    "pages/activity/activity",
    "pages/activity/activityDetail",
    "pages/community/community",
    "pages/mars/mars",
    "pages/brands/brands",
    "pages/brands/brandDetail",
    "pages/webview/webview",
    "pages/bindPhoneNumber/bindPhoneNumber",
    "pages/activity/map"
  ],
  "window": {
    "navigationBarTextStyle": "white",
    "navigationBarBackgroundColor": "#3a3a3a",
    "backgroundColor": "#fff",
    "backgroundTextStyle": "dark",
    "onReachBottomDistance": 100
  },
  "tabBar": {
    "borderStyle": "black",
    "color": "#D8D8D8",
    "selectedColor": "#6FBA9C",
    "list": [
      {
        "pagePath": "pages/index/index",
        "text": "首页",
        "iconPath":  "static/images/home@3x.png",
        "selectedIconPath": "static/images/home_selected@3x.png"
      },
      {
        "pagePath": "pages/activity/activity",
        "text": "时间表",
        "iconPath":  "static/images/schedule@3x.png",
        "selectedIconPath": "static/images/schedule_selected@3x.png"
      },
      {
        "pagePath": "pages/community/community",
        "text": "社区",
        "iconPath":  "static/images/community@3x.png",
        "selectedIconPath": "static/images/community_selected@3x.png"
      },
      {
        "pagePath": "pages/mars/mars",
        "text": "mars",
        "iconPath":  "static/images/mars@3x.png",
        "selectedIconPath": "static/images/mars_selected@3x.png"
      },
      {
        "pagePath": "pages/userCenter/userCenter",
        "text": "我的",
        "iconPath":  "static/images/usercenter@3x.png",
        "selectedIconPath": "static/images/usercenter_selected@3x.png"
      }
    ]
  },
  "navigateToMiniProgramAppIdList": [
    "wx084ab813d88c594b"
  ],
  "sitemapLocation": "sitemap.json"
}