优化页面
This commit is contained in:
77
unpackage/dist/dev/mp-weixin/app.json
vendored
77
unpackage/dist/dev/mp-weixin/app.json
vendored
@@ -1,77 +0,0 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/Home/Home",
|
||||
"pages/Mine/Mine",
|
||||
"pages/Mine/minecomponents/pkRecord",
|
||||
"pages/Mine/minecomponents/contact",
|
||||
"pages/Mine/minecomponents/pkInformation",
|
||||
"pages/Mine/minecomponents/recompose/recompose",
|
||||
"pages/Mine/minecomponents/serviceProtocol",
|
||||
"pages/Mine/minecomponents/DetailsPKRecords/DetailsPKRecords",
|
||||
"pages/PKMessageprocessing/PKMessageprocessing",
|
||||
"pages/index/index",
|
||||
"pages/login/login",
|
||||
"pages/Forum/Forum",
|
||||
"pages/UserInformation/UserInformation",
|
||||
"pages/Setting/Setting",
|
||||
"pages/NewAddedPk/NewAddedPk",
|
||||
"pages/pkDetail/pkDetail"
|
||||
],
|
||||
"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",
|
||||
"components/TUIConversation/conversation-list/index"
|
||||
]
|
||||
},
|
||||
{
|
||||
"root": "static",
|
||||
"pages": [
|
||||
"index"
|
||||
]
|
||||
}
|
||||
],
|
||||
"window": {
|
||||
"navigationStyle": "custom",
|
||||
"statusBarBackground": "#ffffff"
|
||||
},
|
||||
"tabBar": {
|
||||
"custom": true,
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/Home/Home",
|
||||
"text": "组件"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/Mine/Mine",
|
||||
"text": "我的"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "聊天"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/Forum/Forum",
|
||||
"text": "论坛"
|
||||
}
|
||||
]
|
||||
},
|
||||
"preloadRule": {
|
||||
"pages/Home/Home": {
|
||||
"network": "all",
|
||||
"packages": [
|
||||
"static",
|
||||
"TUIKit"
|
||||
]
|
||||
}
|
||||
},
|
||||
"permission": {},
|
||||
"usingComponents": {}
|
||||
}
|
||||
Reference in New Issue
Block a user