{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/my/index", "style": { "navigationBarTitleText": "个人中心" } }, { "path": "pages/service/index", "style": { "navigationBarTitleText": "政务服务" } }, { "path": "pages/policy/index", "style": { "navigationBarTitleText": "风采展示", "enablePullDownRefresh": true } }, { "path": "pages/illness/index", "style": { "navigationBarTitleText": "关爱行动" } }, { "path": "pages/illness/vaccines", "style": { "navigationBarTitleText": "疫苗接种点" } }, { "path": "pages/illness/receive", "style": { "navigationBarTitleText": "家庭成员" } }, { "path": "pages/illness/testingRoom", "style": { "navigationBarTitleText": "检测点查询" } }, { "path": "pages/illness/testingRoomList", "style": { "navigationBarTitleText": "检测点列表" } }, { "path": "pages/details/index", "style": { "navigationBarTitleText": "文章详情" } }, { "path": "pages/details/cmsinfo", "style": { "navigationBarTitleText": "详情", "navigationStyle": "custom" } }, { "path": "pages/notice/index", "style": { "navigationBarTitleText": "通知公告" } }, { "path": "pages/user/index", "style": { "navigationBarTitleText": "个人资料" } }, { "path": "pages/user/familyInfo", "style": { "navigationBarTitleText": "成员资料" } }, { "path": "pages/register/index", "style": { "navigationBarTitleText": "注册用户" } }, { "path": "pages/questionnaire/index", "style": { "navigationBarTitleText": "问卷调查" } }, { "path": "pages/questionnaire/details", "style": { "navigationBarTitleText": "问卷调查详情" } }, { "path": "pages/questionnaire/web", "style": { "navigationBarTitleText": "问卷调查" } }, { "path": "pages/integral/index", "style": { "navigationBarTitleText": "我的积分" } }, { "path": "pages/activity/index", "style": { "navigationBarTitleText": "活动列表" } }, { "path": "pages/activity/details", "style": { "navigationBarTitleText": "活动详情" } }, { "path": "pages/activity/uploadFiel", "style": { "navigationBarTitleText": "获取积分" } }, { "path": "pages/property/index", "style": { "navigationBarTitleText": "红色物业" } }, { "path": "pages/property/butlerType", "style": { "navigationBarTitleText": "红管家风采展示" } }, { "path": "pages/property/butler", "style": { "navigationBarTitleText": "红管家风采展示" } }, { "path": "pages/report/index", "style": { "navigationBarTitleText": "下沉干部报到" } }, { "path": "pages/report/double", "style": { "navigationBarTitleText": "党员“双报到”" } }, { "path": "pages/report/service", "style": { "navigationBarTitleText": "服务签到" } }, { "path": "pages/recruit/index", "style": { "navigationBarTitleText": "应急招募" } }, { "path": "pages/recruit/details", "style": { "navigationBarTitleText": "招募详情" } }, { "path": "pages/goods/index", "style": { "navigationBarTitleText": "积分商城" } }, { "path": "pages/goods/details", "style": { "navigationBarTitleText": "代金券详情" } }, { "path": "pages/goods/my", "style": { "navigationBarTitleText": "我的代金券" } } ], "globalStyle": { "navigationBarTextStyle": "#fff", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#c60814", "backgroundColor": "#fff", "app-plus": { "background": "#efeff4" } }, "tabBar":{ "color": "#7A7E83", "selectedColor": "#3cc51f", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/home1.png", "selectedIconPath": "static/home2.png", "text": "首页" }, { "pagePath": "pages/service/index", "iconPath": "static/service1.png", "selectedIconPath": "static/service2.png", "text": "政务服务" }, { "pagePath": "pages/policy/index", "iconPath": "static/policy1.png", "selectedIconPath": "static/policy2.png", "text": "风采展示" }, { "pagePath": "pages/my/index", "iconPath": "static/user1.png", "selectedIconPath": "static/user2.png", "text": "我的" }] } }