提交 d2ee9f76 编写于 作者: DCloud_JSON's avatar DCloud_JSON

Update pages.json

上级 b4d09efc
......@@ -8,7 +8,7 @@
}
}
// #ifndef MP-WEIXIN
,{
, {
"path": "uni_modules/uni-im/pages/chat/chat",
"style": {
"navigationBarTitleText": "",
......@@ -28,7 +28,7 @@
}
}
// #endif
],
],
"subPackages": [
{
"root": "uni_modules/uni-im/pages",
......@@ -50,6 +50,12 @@
}
}
}
},{
"path": "common/view-code-page/view-code-page",
"style": {
"navigationBarTitleText": "代码浏览",
"enablePullDownRefresh": false
}
},
{
"path": "userList/userList",
......@@ -92,19 +98,7 @@
"path": "group/info",
"style": {
"navigationBarTitleText": "群信息",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"buttons": [{
"color": "#333",
"colorPressed": "#111111",
"float": "right",
"text": "管理",
"fontSize": 16,
"onclick": "more"
}]
}
}
"enablePullDownRefresh": false
}
}, {
......@@ -132,12 +126,11 @@
"path": "contacts/createGroup/createGroup",
"style": {
"navigationBarTitleText": "创建群聊",
"enablePullDownRefresh": false,
"maxWidth": 950
"enablePullDownRefresh": false
}
}, {
"path": "group/groupQRCode",
"path": "group/qrCode",
"style": {
"navigationBarTitleText": "群聊二维码",
"enablePullDownRefresh": false
......@@ -156,6 +149,12 @@
"navigationBarTitleText": "聊天设置",
"enablePullDownRefresh": false
}
}, {
"path": "group/members",
"style": {
"navigationBarTitleText": "群成员",
"enablePullDownRefresh": false
}
}
]
},
......@@ -285,8 +284,11 @@
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarTitleText": "uni-im",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
"backgroundColor": "#F8F8F8",
"app-plus": {
"bounce": "none"
}
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册