This commit is contained in:
2021-04-07 15:18:17 +08:00
parent dfdf73fdfc
commit ab7a7cf62f
88 changed files with 2974 additions and 4 deletions

View File

@@ -2,7 +2,14 @@
"pages":[
"pages/index/index",
"pages/ltjm/ltjm",
"pages/liaotian/liaotian"
"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": "#f00",
@@ -12,8 +19,12 @@
"pagePath": "pages/index/index",
"text": "首页"
},{
"pagePath": "pages/liaotian/liaotian",
"text": "聊天"
"pagePath" : "pages/conversations/conversations",
"text":"信息"
},
{
"pagePath" : "pages/contacts/contacts",
"text" : "通讯录"
}]
},
"window":{