im ok
This commit is contained in:
17
app.json
17
app.json
@@ -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":{
|
||||
|
||||
Reference in New Issue
Block a user