{
"pages": [
"pages/index/index",
"pages/accredit/accredit",
"pages/home/index",
"pages/lnformation/index"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#555555",
"selectedColor": "#FF5050",
"borderStyle": "white",
"backgroundColor": "#FFFFFF",
"list": [
{
"pagePath": "pages/home/index",
"text": "首页"
},
{
"pagePath": "pages/lnformation/index",
"text": "我的"
}
]
},
"permission": {
"scope.userInfo": {
"desc": "你的个人信息将用于完善会员资料"
}
},
"usingComponents": {}
}