{
  "pages": [
    "pages/index/index",
    "pages/accredit/accredit",
    "pages/home/index",
    "pages/lnformation/index",
    "pages/Intelligent/index",
    "pages/cardscanning/index",
    "pages/lnterpolation/index",
    "pages/gentfiling/index",
    "pages/taskdetails/taskdetails",
    "pages/mapLIst/map",
    "pages/detailPages/detailPages"
  ],
  "subPackages": [],
  "window": {
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "uni-app",
    "navigationBarBackgroundColor": "#F8F8F8",
    "backgroundColor": "#F8F8F8"
  },
  "tabBar": {
    "backgroundColor": "#fff",
    "borderStyle": "black",
    "color": "#8e8e92",
    "selectedColor": "#5591af",
    "spacing": "20rpx",
    "list": [
      {
        "pagePath": "pages/home/index",
        "text": "首页",
        "iconPath": "static/shouye1.png",
        "selectedIconPath": "static/shouye.png"
      },
      {
        "pagePath": "pages/lnformation/index",
        "text": "我的",
        "iconPath": "static/my.png",
        "selectedIconPath": "static/my1.png"
      }
    ]
  },
  "plugins": {
    "WechatSI": {
      "version": "0.3.5",
      "provider": "wx069ba97219f66d99"
    },
    "ocr-plugin": {
      "version": "3.1.5",
      "provider": "wx4418e3e031e551be"
    }
  },
  "permission": {
    "scope.userInfo": {
      "desc": "你的个人信息将用于完善会员资料"
    },
    "scope.userLocation": {
      "desc": "石家庄市长安区"
    }
  },
  "sdkConfigs": {
    "amap": {
      "key": "b7d77d75d935ee3df030cffa9974d72c"
    }
  },
  "requiredPrivateInfos": [
    "getLocation",
    "onLocationChange",
    "startLocationUpdateBackground"
  ],
  "usingComponents": {}
}