pages.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/message/index",
  5. "style": {
  6. "navigationBarTitleText": "消息"
  7. }
  8. },
  9. {
  10. "path" : "pages/process/index",
  11. "style" :
  12. {
  13. "navigationBarTitleText" : "流程",
  14. "enablePullDownRefresh" : false
  15. }
  16. },
  17. {
  18. "path": "pages/work/index",
  19. "style": {
  20. "navigationBarTitleText": "工作台",
  21. "enablePullDownRefresh": false
  22. }
  23. },
  24. {
  25. "path" : "pages/contacts/index",
  26. "style" :
  27. {
  28. "navigationBarTitleText" : "通讯录",
  29. "enablePullDownRefresh" : false
  30. }
  31. },
  32. {
  33. "path": "pages/mine/index",
  34. "style": {
  35. "navigationBarTitleText": "我的",
  36. "enablePullDownRefresh": false
  37. }
  38. },
  39. {
  40. "path" : "pages/mine/edit/edit",
  41. "style" :
  42. {
  43. "navigationBarTitleText" : "编辑资料"
  44. }
  45. },
  46. {
  47. "path" : "pages/mine/personal_message/personal_message",
  48. "style" :
  49. {
  50. "navigationBarTitleText" : "个人信息"
  51. }
  52. },
  53. {
  54. "path" : "pages/mine/setting/setting",
  55. "style" :
  56. {
  57. "navigationBarTitleText" : "应用设置"
  58. }
  59. },
  60. {
  61. "path" : "pages/mine/setting/pwdEdit/pwdEdit",
  62. "style" :
  63. {
  64. "navigationBarTitleText" : "密码修改"
  65. }
  66. },
  67. {
  68. "path" : "pages/mine/waitWork/waitWork",
  69. "style" :
  70. {
  71. "navigationBarTitleText" : "待办事项"
  72. }
  73. }
  74. ],
  75. "tabBar": {
  76. "color": "#7A7E83",
  77. "selectedColor": "#007AFF",
  78. "borderStyle": "black",
  79. "backgroundColor": "#F8F8F8",
  80. "list": [{
  81. "pagePath": "pages/message/index",
  82. "iconPath": "static/images/tabbar/message.png",
  83. "selectedIconPath": "static/images/tabbar/message_.png",
  84. "text": "消息"
  85. }, {
  86. "pagePath": "pages/process/index",
  87. "iconPath": "static/images/tabbar/process.png",
  88. "selectedIconPath": "static/images/tabbar/process_.png",
  89. "text": "流程"
  90. },
  91. {
  92. "pagePath": "pages/work/index",
  93. "iconPath": "static/images/tabbar/work.png",
  94. "selectedIconPath": "static/images/tabbar/work_.png",
  95. "text": "工作台"
  96. }, {
  97. "pagePath": "pages/contacts/index",
  98. "iconPath": "static/images/tabbar/contacts.png",
  99. "selectedIconPath": "static/images/tabbar/contacts_.png",
  100. "text": "通讯录"
  101. }, {
  102. "pagePath": "pages/mine/index",
  103. "iconPath": "static/images/tabbar/mine.png",
  104. "selectedIconPath": "static/images/tabbar/mine_.png",
  105. "text": "我的"
  106. }
  107. ]
  108. },
  109. "globalStyle": {
  110. "navigationBarTextStyle": "white",
  111. "navigationBarTitleText": "uni-app",
  112. "navigationBarBackgroundColor": "#468bf0",
  113. "backgroundColor": "#F8F8F8"
  114. },
  115. "uniIdRouter": {}
  116. }