app.json 1.84 KB
{
  "pages": [
    "pages/index/index",
    "pages/userCenter/userCenter",
    "pages/newsDetail/typeList",
    "pages/newsDetail/tags",
    "pages/newsDetail/author",
    "pages/newsDetail/detail",
    "pages/schedule/schedule",
    "pages/community/community",
    "pages/brands/brands",
    "pages/brands/brandDetail",
    "pages/webview/webview",
    "pages/bindPhoneNumber/bindPhoneNumber"
  ],
  "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/schedule/schedule",
        "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/community/community",
        "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"
}