app.json 1.09 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
{
"pages": [
"pages/index/index",
"pages/accredit/accredit",
"pages/home/index",
"pages/lnformation/index",
"pages/Intelligent/index",
"pages/cardscanning/index"
],
"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",
"fontSize": "30rpx"
},
{
"pagePath": "pages/lnformation/index",
"text": "我的",
"iconPath": "static/my.png",
"selectedIconPath": "static/my1.png",
"fontSize": "30rpx"
}
]
},
"permission": {
"scope.userInfo": {
"desc": "你的个人信息将用于完善会员资料"
}
},
"usingComponents": {}
}