{
  "pages": [
    "pages/realName/realName",
    "pages/login/login",
    "pages/index/index",
    "pages/my/my",
    "pages/carDetail/carDetail",
    "pages/privacy/privacy",
    "pages/companyHome/companyHome",
    "pages/companyMy/companyMy",
    "pages/ownerDetail/ownerDetail",
    "pages/societyHome/societyHome",
    "pages/societyMy/societyMy",
    "pages/employeeRealName/employeeRealName",
    "pages/societyOrder/societyOrder"
  ],
  "window": {
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "uni-app",
    "navigationBarBackgroundColor": "#F8F8F8",
    "backgroundColor": "#F8F8F8"
  },
  "tabBar": {
    "color": "#707070",
    "selectedColor": "#3680FE",
    "borderStyle": "black",
    "backgroundColor": "#ffffff",
    "list": [
      {
        "pagePath": "pages/index/index",
        "iconPath": "static/tabbarIcon/car.png",
        "selectedIconPath": "static/tabbarIcon/car-active.png",
        "text": "车辆管理"
      },
      {
        "pagePath": "pages/my/my",
        "iconPath": "static/tabbarIcon/my.png",
        "selectedIconPath": "static/tabbarIcon/my-active.png",
        "text": "我的"
      }
    ]
  },
  "lazyCodeLoading": "requiredComponents",
  "usingComponents": {}
}