{ "pages": [ { "path": "pages/home/index", "style": { "navigationBarTitleText": "首页", "enablePullDownRefresh": true, "navigationStyle": "custom" } }, { "path": "pages/mine/index", "style": { "navigationBarTitleText": "我的", "navigationBarBackgroundColor": "#F8F6F9" } }, { "path": "pages/community/index", "style": { "navigationBarTitleText": "选择小区", "backgroundColor": "#ffffff" } }, { "path": "pages/personnel/index", "style": { "navigationBarTitleText": "维修转单", "backgroundColor": "#ffffff" } }, { "path": "pages/announcement/index", "style": { "navigationBarTitleText": "通知公告" } }, { "path": "pages/announcement/community", "style": { "navigationBarTitleText": "社区公告" } }, { "path": "pages/announcementDetails/index", "style": { "navigationBarTitleText": "公告详情" } }, { "path": "pages/message/index", "style": { "navigationBarTitleText": "我的消息", "navigationBarBackgroundColor": "#F8F6F9" } }, { "path": "pages/housing/index", "style": { "navigationBarTitleText": "房屋登记认证", "enablePullDownRefresh": true, "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/housingResidents/index", "style": { "navigationBarTitleText": "住户信息", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/housingAudit/index", "style": { "navigationBarTitleText": "物业审核", "navigationStyle": "custom", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/housingCertification/index", "style": { "navigationBarTitleText": "认证成功", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/maintenance/index", "style": { "navigationBarTitleText": "维修上报", "enablePullDownRefresh": true, "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/maintenanceAdd/index", "style": { "navigationBarTitleText": "填写维修信息", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/maintenanceAaudit/index", "style": { "navigationBarTitleText": "维修提交审核", "navigationBarBackgroundColor": "#ffffff" } },{ "path": "pages/maintenanceDetails/index", "style": { "navigationBarTitleText": "维修评价", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/complaints/index", "style": { "navigationBarTitleText": "投诉记录", "enablePullDownRefresh": true, "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/complaintsAdd/index", "style": { "navigationBarTitleText": "新增投诉", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/complaintsDetail/index", "style": { "navigationBarTitleText": "投诉详情", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/payCost/index", "style": { "navigationBarTitleText": "生活缴费" } }, { "path": "pages/payCostProperty/index", "style": { "navigationBarTitleText": "缴费", "enablePullDownRefresh": true } }, { "path": "pages/payCostRecord/index", "style": { "navigationBarTitleText": "缴费记录", "enablePullDownRefresh": true } }, { "path": "pages/payCostDetails/index", "style": { "navigationBarTitleText": "缴费详情" } }, { "path": "pages/payStatus/index", "style": { "navigationBarTitleText": "缴费状态" } }, { "path": "pages/payCostStatistical/index", "style": { "navigationBarTitleText": "历史缴费统计" } }, { "path": "pages/myHouse/index", "style": { "navigationBarTitleText": "我的房屋认证", "enablePullDownRefresh": true, "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/myHouseDetails/index", "style": { "navigationBarTitleText": "房屋信息", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pages/myRefund/index", "style": { "navigationBarTitleText": "我的退款" } }, { "path": "pages/myRefundDetails/index", "style": { "navigationBarTitleText": "退款详情" } }, { "path": "pages/myReceipt/index", "style": { "navigationBarTitleText": "我的收据" } },{ "path": "pages/myPaycost/index", "style": { "navigationBarTitleText": "我的缴费记录", "enablePullDownRefresh": true } }, { "path": "pages/myPaycostDetails/index", "style": { "navigationBarTitleText": "缴费详情" } },{ "path": "pages/myInformation/index", "style": { "navigationBarTitleText": "个人信息", "navigationBarBackgroundColor": "#ffffff" } },{ "path": "pages/repairList/index", "style": { "navigationBarTitleText": "维修列表", "navigationBarBackgroundColor": "#ffffff" } },{ "path": "pages/repairDetails/index", "style": { "navigationBarTitleText": "维修详情", "navigationBarBackgroundColor": "#ffffff" } },{ "path": "pages/policy/agreement", "style": { "navigationBarTitleText": "用户服务协议" } },{ "path": "pages/policy/policy", "style": { "navigationBarTitleText": "隐私政策" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#ffffff", "app-plus": { "background": "#ffffff" } }, "tabBar": { "color": "#A8ABE4", "selectedColor": "#5159EA", "borderStyle": "white", "backgroundColor": "#FFFFFF", "list": [{ "pagePath": "pages/home/index", "text": "首页", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home_active.png" }, { "pagePath": "pages/mine/index", "text": "我的", "iconPath": "static/tabbar/mine.png", "selectedIconPath": "static/tabbar/mine_active.png" } ] } }