消息
This commit is contained in:
12
unpackage/dist/dev/mp-weixin/app.json
vendored
12
unpackage/dist/dev/mp-weixin/app.json
vendored
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/Home/Home",
|
||||
"pages/Message/Message"
|
||||
"pages/index/index",
|
||||
"pages/Message/Message",
|
||||
"pages/Mine/Mine"
|
||||
],
|
||||
"subPackages": [
|
||||
{
|
||||
@@ -14,7 +15,8 @@
|
||||
"components/TUIChat/web-view",
|
||||
"components/TUIContact/index",
|
||||
"components/TUIGroup/index",
|
||||
"components/TUISearch/index"
|
||||
"components/TUISearch/index",
|
||||
"components/TUIConversation/conversation-list/index"
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -36,6 +38,10 @@
|
||||
{
|
||||
"pagePath": "pages/Message/Message",
|
||||
"text": "消息"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/Mine/Mine",
|
||||
"text": "我的"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user