{
  "pages": [
    "pages/index/index",
    "pages/accredit/accredit",
    "pages/home/index",
    "pages/lnformation/index"
  ],
  "subPackages": [
    {
      "root": "PagesA",
      "pages": [
        "Intelligent/index",
        "cardscanning/index",
        "lnterpolation/index",
        "gentfiling/index",
        "mapLIst/map"
      ]
    },
    {
      "root": "PagesB",
      "pages": [
        "taskdetails/taskdetails",
        "detailPages/detailPages"
      ]
    }
  ],
  "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": "d4d729753f518b7b925d2f1046fa2cf5"
    }
  },
  "requiredPrivateInfos": [
    "getLocation",
    "onLocationChange",
    "startLocationUpdateBackground"
  ],
  "usingComponents": {}
}