代码拉取完成,页面将自动刷新
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录页",
// 自定义导航条
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
// 导航条 标题 文本
"navigationBarTitleText": "智慧社区",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#090"
}
},
{
"path": "pages/community/community",
"style": {
"navigationBarTitleText": "社区",
"enablePullDownRefresh": false
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
},
{
"path": "pages/property/property",
"style": {
"navigationBarTitleText": "物业管理",
"enablePullDownRefresh": false
}
}
, {
"path": "pages/feePay/feePay",
"style": {
// 自定义导航条
"navigationStyle": "custom"
}
}, {
"path": "pages/property-fee/property-fee",
"style": {
// 启用下拉刷新
"enablePullDownRefresh": false,
// 自定义导航条
"navigationStyle": "custom"
}
}, {
"path": "pages/feeRecord/feeRecord",
"style": {
"navigationBarTitleText": "缴费记录",
"enablePullDownRefresh": true
}
}, {
"path": "pages/parking/parking",
"style": {
// 自定义导航条
"navigationStyle": "custom"
}
}, {
"path": "pages/chatroom/chatroom",
"style": {
// 自定义导航条
"navigationStyle": "custom",
//距离页面底部多少时触发"滚定到底部了"这个事件
"onReachBottomDistance": 0,
// 是否启用下拉刷新
"enablePullDownRefresh": true
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#090",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"selectedColor": "#090",
"color": "#8a8a8a",
"list": [{
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "static/img/home.png",
"selectedIconPath": "static/img/home_active.png"
},
{
"text": "物业",
"pagePath": "pages/property/property",
"iconPath": "static/img/property.png",
"selectedIconPath": "static/img/property_active.png"
},
{
"text": "社区",
"pagePath": "pages/community/community",
"iconPath": "static/img/community.png",
"selectedIconPath": "static/img/community_active.png"
},
{
"text": "我的",
"pagePath": "pages/my/my",
"iconPath": "static/img/my.png",
"selectedIconPath": "static/img/my_active.png"
}
]
},
"uniIdRouter": {}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。