消息
This commit is contained in:
24
unpackage/dist/dev/mp-weixin/app.json
vendored
24
unpackage/dist/dev/mp-weixin/app.json
vendored
@@ -1,9 +1,23 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/Home/Home",
|
||||
"pages/index/index",
|
||||
"pages/Home/Home",
|
||||
"pages/Message/Message"
|
||||
],
|
||||
"subPackages": [
|
||||
{
|
||||
"root": "TUIKit",
|
||||
"pages": [
|
||||
"components/TUIConversation/index",
|
||||
"components/TUIChat/index",
|
||||
"components/TUIChat/video-play",
|
||||
"components/TUIChat/web-view",
|
||||
"components/TUIContact/index",
|
||||
"components/TUIGroup/index",
|
||||
"components/TUISearch/index"
|
||||
]
|
||||
}
|
||||
],
|
||||
"window": {
|
||||
"navigationStyle": "custom",
|
||||
"statusBarBackground": "#ffffff"
|
||||
@@ -25,5 +39,13 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"preloadRule": {
|
||||
"pages/index/index": {
|
||||
"network": "all",
|
||||
"packages": [
|
||||
"TUIKit"
|
||||
]
|
||||
}
|
||||
},
|
||||
"usingComponents": {}
|
||||
}
|
||||
Reference in New Issue
Block a user