app.json 1.76 KB
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
{
"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": {}
}