增加群聊功能
This commit is contained in:
40
pages.json
40
pages.json
@@ -827,6 +827,46 @@
|
||||
"navigationBarTitleText": "分销"
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
"root":"pageChat",
|
||||
"pages": [{
|
||||
"pageId": "PAGES_CHAT_INDEX",
|
||||
"path": "index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "消息"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pageId": "PAGES_CHAT_CHAT",
|
||||
"path": "chat",
|
||||
"style": {
|
||||
"navigationBarTitleText": "群聊"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pageId": "PAGES_CHAT_GROUP_INFO",
|
||||
"path": "group-info/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "群管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pageId": "PAGES_CHAT_COUPON_ACTIVITY",
|
||||
"path": "coupon-activity/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "优惠券管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pageId": "PAGES_CHAT_COUPON_ACTIVITY_DETAIL",
|
||||
"path": "coupon-activity/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "查看优惠券"
|
||||
}
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user