1 Star 0 Fork 72

高乐康/HasChatApp

forked from howcode/HasChatApp 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
pages.json 2.56 KB
Copy Edit Raw Blame History
howcode authored 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"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/gao-lekang/has-chat-app.git
git@gitee.com:gao-lekang/has-chat-app.git
gao-lekang
has-chat-app
HasChatApp
master

Search