{
"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": {}
}