123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- {
- "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/come",
- "style": {
- "navigationBarTitleText": "返(来)长报备"
- }
- },
- {
- "path": "pages/illness/testingRoom",
- "style": {
- "navigationBarTitleText": "检测点查询"
- }
- },
- {
- "path": "pages/details/index",
- "style": {
- "navigationBarTitleText": "文章详情"
- }
- },
- {
- "path": "pages/details/cmsinfo",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- {
- "path": "pages/notice/index",
- "style": {
- "navigationBarTitleText": "通知公告"
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "个人资料"
- }
- },
- {
- "path": "pages/family/receive",
- "style": {
- "navigationBarTitleText": "家人代领"
- }
- },
- {
- "path": "pages/family/familyInfo",
- "style": {
- "navigationBarTitleText": "家人资料"
- }
- },
- {
- "path": "pages/register/index",
- "style": {
- "navigationBarTitleText": "用户注册",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/resident/userInfoList",
- "style": {
- "navigationBarTitleText": "居民列表"
- }
- },
- {
- "path": "pages/resident/userAddr",
- "style": {
- "navigationBarTitleText": "居民信息"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "#fff",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#fd6b18",
- "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": "我的"
- }]
- }
- }
|