1 Star 1 Fork 64

牧神 / HasChatApp

forked from howcode / HasChatApp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 2.56 KB
一键复制 编辑 原始数据 按行查看 历史
howcode 提交于 2022-06-05 21:52 . update:使用自带tabBar
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/chatSession/chatSession",
"style": {
"navigationBarTitleText": "消息"
}
},
{
"path": "pages/chatUser/chatUser",
"style": {
"navigationBarTitleText": "好友"
}
},
{
"path": "pages/chatMine/chatMine",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom",
"pageOrientation": "auto"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"pageOrientation": "auto"
}
},
{
"path": "pages/hasChat/hasChat",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"pageOrientation": "auto"
}
},
{
"path": "pages/userDetail/userDetail",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/chatContent/chatContent",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/community/community",
"style": {
"navigationBarTitleText": "发现"
}
},
{
"path": "pages/community/communityDetail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/community/communityTitle",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/community/communityMessage",
"style": {
"navigationBarTitleText": "消息",
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"borderStyle": "black",
"backgroundColor": "#292D32",
"color": "#cdcdcd",
"selectedColor": "#1AA034",
"iconWidth": "24px",
"list": [{
"pagePath": "pages/chatSession/chatSession",
"iconPath": "static/tabBar/message_1.png",
"selectedIconPath": "static/tabBar/message_2.png",
"text": "消息"
},
{
"pagePath": "pages/chatUser/chatUser",
"iconPath": "static/tabBar/merbe_1.png",
"selectedIconPath": "static/tabBar/merbe_2.png",
"text": "好友"
},
{
"pagePath": "pages/community/community",
"iconPath": "static/tabBar/community_1.png",
"selectedIconPath": "static/tabBar/community_2.png",
"text": "发现"
},
{
"pagePath": "pages/chatMine/chatMine",
"iconPath": "static/tabBar/mine_1.png",
"selectedIconPath": "static/tabBar/mine_2.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
JavaScript
1
https://gitee.com/wingxh/has-chat-app.git
git@gitee.com:wingxh/has-chat-app.git
wingxh
has-chat-app
HasChatApp
master

搜索帮助