{
  "pages": [
    "pages/tabBar/home/home",
    "pages/tabBar/my/my"
  ],
  "subPackages": [],
  "window": {
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "uView",
    "navigationBarBackgroundColor": "#FFFFFF",
    "backgroundColor": "#FFFFFF",
    "fontSize": "36rpx"
  },
  "tabBar": {
    "color": "#000000",
    "selectedColor": "#F64114",
    "backgroundColor": "#FFFFFF",
    "borderStyle": "black",
    "height": "100rpx",
    "fontSize": "40rpx",
    "list": [
      {
        "pagePath": "pages/tabBar/home/home",
        "iconPath": "/static/img/tabbar/home.png",
        "selectedIconPath": "/static/img/tabbar/homeHL.png",
        "text": "首页"
      },
      {
        "pagePath": "pages/tabBar/my/my",
        "iconPath": "/static/img/tabbar/my.png",
        "selectedIconPath": "/static/img/tabbar/myHL.png",
        "text": "我的"
      }
    ]
  },
  "preloadRule": {},
  "permission": {
    "scope.userLocation": {
      "desc": "你的位置信息将用于小程序位置接口的效果展示"
    }
  },
  "uniStatistics": {
    "enable": true
  },
  "usingComponents": {}
}