app.json 1.04 KB
{
  "pages": [
    "pages/index/index",
    "pages/work/work",
    "pages/mine/mine",
    "pages/logs/logs"
  ],
  "tabBar": {
    "custom": true,
    "color": "#9498a4",
    "selectedColor": "#35dab5",
    "borderStyle": "black",
    "backgroundColor": "#ffffff",
    "list": [
      {
        "pagePath": "pages/index/index",
        "iconPath": "images/home.png",
        "selectedIconPath": "images/home_on.png",
        "text": "首页"
      },
      {
        "pagePath": "pages/work/work",
        "iconPath": "images/work.png",
        "selectedIconPath": "images/work_on.png",
        "text": "办理"
      },
      {
        "pagePath": "pages/mine/mine",
        "iconPath": "images/mine.png",
        "selectedIconPath": "images/mine_on.png",
        "text": "我的"
      }
    ]
  },
  "window": {
    "backgroundColor": "#f6f6f6",
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#ffffff",
    "navigationBarTitleText": "",
    "navigationBarTextStyle": "black"
  },
  "style": "v2",
  "sitemapLocation": "sitemap.json"
}