123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
- {
- "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": "我的"
- }]
- }
- }
|