Files
fangcheyun/miniprogram/app.json
2021-05-12 09:21:10 +08:00

52 lines
1.3 KiB
JSON

{
"pages":[
"pages/index/index",
"pages/ltjm/ltjm",
"pages/liaotian/liaotian",
"pages/conversations/conversations",
"pages/login/login",
"pages/contacts/contacts",
"pages/mine/mine",
"pages/chat/groupChat/groupChat",
"pages/chat/privateChat/privateChat",
"pages/chat/groupMember/groupMember"
],
"tabBar":{
"color": "#DCDCDC",
"selectedColor": "#D02129",
"backgroundColor": "#fff",
"list":[{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/static/images/zyh.png",
"selectedIconPath":"/static/images/zy.png"
},{
"pagePath" : "pages/conversations/conversations",
"text":"信息",
"iconPath": "/static/images/xxh.png",
"selectedIconPath":"/static/images/xx.png"
},
{
"pagePath" : "pages/contacts/contacts",
"text" : "通讯录",
"iconPath": "/static/images/lxrh.png",
"selectedIconPath":"/static/images/lxr.png"
}]
},
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle":"black"
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于在地图显示您的信息"
}
},
"sitemapLocation": "sitemap.json"
}