优化页面
This commit is contained in:
161
pages.json
161
pages.json
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/Home/Home",
|
||||
"style": {
|
||||
@@ -59,7 +59,8 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "聊天"
|
||||
}
|
||||
},{
|
||||
},
|
||||
{
|
||||
"path": "pages/login/login",
|
||||
"style": {
|
||||
"navigationBarTitleText": "登录"
|
||||
@@ -76,7 +77,8 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "用户信息"
|
||||
}
|
||||
},{
|
||||
},
|
||||
{
|
||||
"path": "pages/Setting/Setting",
|
||||
"style": {
|
||||
"navigationBarTitleText": "设置"
|
||||
@@ -94,99 +96,90 @@
|
||||
"navigationBarTitleText": "PK详情"
|
||||
}
|
||||
}
|
||||
|
||||
],
|
||||
"subPackages": [
|
||||
{
|
||||
"root": "TUIKit",
|
||||
"pages": [
|
||||
{
|
||||
"path": "components/TUIConversation/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "腾讯云 IM"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "components/TUIChat/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "腾讯云 IM",
|
||||
"app-plus": {
|
||||
"softinputMode": "adjustResize",
|
||||
"titleNView": {
|
||||
"buttons": [
|
||||
{
|
||||
"type": "menu"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"h5": {
|
||||
"titleNView": {
|
||||
"buttons": []
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "components/TUIChat/video-play",
|
||||
"style": {
|
||||
"navigationBarTitleText": "腾讯云 IM"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "components/TUIChat/web-view",
|
||||
"style": {
|
||||
"navigationBarTitleText": "腾讯云 IM"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "components/TUIContact/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "腾讯云 IM"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "components/TUIGroup/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "腾讯云 IM"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "components/TUISearch/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "聊天记录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "components/TUIConversation/conversation-list/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "列表"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"root": "static",
|
||||
"root": "TUIKit",
|
||||
"pages": [
|
||||
{
|
||||
"path": "index",
|
||||
"path": "components/TUIConversation/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "静态资源"
|
||||
"navigationBarTitleText": "腾讯云 IM"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "components/TUIChat/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "腾讯云 IM",
|
||||
"app-plus": {
|
||||
"softinputMode": "adjustResize",
|
||||
"titleNView": {
|
||||
"buttons": [
|
||||
{
|
||||
"type": "menu"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"h5": {
|
||||
"titleNView": {
|
||||
"buttons": []
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "components/TUIChat/video-play",
|
||||
"style": {
|
||||
"navigationBarTitleText": "腾讯云 IM"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "components/TUIChat/web-view",
|
||||
"style": {
|
||||
"navigationBarTitleText": "腾讯云 IM"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "components/TUIContact/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "腾讯云 IM"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "components/TUIGroup/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "腾讯云 IM"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "components/TUISearch/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "聊天记录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "components/TUIConversation/conversation-list/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "列表"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"preloadRule": {
|
||||
"pages/Home/Home": {
|
||||
"network": "all",
|
||||
"packages": ["static","TUIKit"]
|
||||
|
||||
],
|
||||
"preloadRule": {
|
||||
"pages/index/index": {
|
||||
"network": "all",
|
||||
"packages": [
|
||||
"TUIKit"
|
||||
]
|
||||
}
|
||||
},
|
||||
},
|
||||
"globalStyle": {
|
||||
"navigationStyle": "custom",
|
||||
"statusBarBackground": "#ffffff"
|
||||
},
|
||||
},
|
||||
"uniIdRouter": {},
|
||||
"tabBar": {
|
||||
"custom": true,
|
||||
@@ -194,7 +187,7 @@
|
||||
{
|
||||
"pagePath": "pages/Home/Home",
|
||||
"text": "组件"
|
||||
},
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/Mine/Mine",
|
||||
"text": "我的"
|
||||
@@ -209,4 +202,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user