pages.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/message/index",
  5. "style": {
  6. "navigationBarTitleText": "消息",
  7. "enablePullDownRefresh": true
  8. }
  9. },
  10. {
  11. "path": "pages/process/index",
  12. "style": {
  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. "navigationBarTitleText": "通讯录",
  28. "enablePullDownRefresh": false
  29. }
  30. },
  31. {
  32. "path": "pages/mine/index",
  33. "style": {
  34. "navigationBarTitleText": "我的",
  35. "enablePullDownRefresh": false
  36. }
  37. },
  38. {
  39. "path": "pages/message/detail/index",
  40. "style": {
  41. "navigationBarTitleText": "消息详情",
  42. "enablePullDownRefresh": false
  43. }
  44. },
  45. {
  46. "path": "pages/message/detail/URLView",
  47. "style": {
  48. "navigationBarTitleText": "",
  49. "enablePullDownRefresh": false
  50. }
  51. },
  52. {
  53. "path": "pages/process/detail/index",
  54. "style": {
  55. "navigationBarTitleText": "流程信息",
  56. "enablePullDownRefresh": false
  57. }
  58. },
  59. {
  60. "path" : "pages/work/edit/index",
  61. "style" :
  62. {
  63. "navigationBarTitleText" : "发起流程",
  64. "enablePullDownRefresh" : false
  65. }
  66. },
  67. {
  68. "path" : "pages/contacts/group/index",
  69. "style" :
  70. {
  71. "navigationBarTitleText" : "",
  72. "enablePullDownRefresh" : false
  73. }
  74. },
  75. {
  76. "path": "pages/mine/edit/edit",
  77. "style": {
  78. "navigationBarTitleText": "编辑资料",
  79. "enablePullDownRefresh": false
  80. }
  81. },
  82. {
  83. "path": "pages/mine/personal_message/personal_message",
  84. "style": {
  85. "navigationBarTitleText": "个人信息",
  86. "enablePullDownRefresh": false
  87. }
  88. },
  89. {
  90. "path": "pages/mine/setting/setting",
  91. "style": {
  92. "navigationBarTitleText": "应用设置",
  93. "enablePullDownRefresh": false
  94. }
  95. },
  96. {
  97. "path": "pages/mine/setting/pwdEdit/pwdEdit",
  98. "style": {
  99. "navigationBarTitleText": "密码修改",
  100. "enablePullDownRefresh": false
  101. }
  102. },
  103. {
  104. "path": "pages/mine/waitWork/waitWork",
  105. "style": {
  106. "navigationBarTitleText": "待办事项",
  107. "enablePullDownRefresh": false
  108. }
  109. },
  110. {
  111. "path" : "pages/mine/checkIn/checkIn",
  112. "style" :
  113. {
  114. "navigationBarTitleText" : "我的考勤"
  115. }
  116. },
  117. {
  118. "path" : "pages/mine/clockIn/clockIn",
  119. "style" :
  120. {
  121. "navigationBarTitleText" : "打卡签到"
  122. }
  123. }
  124. ],
  125. "tabBar": {
  126. "color": "#7A7E83",
  127. "selectedColor": "#007AFF",
  128. "borderStyle": "black",
  129. "backgroundColor": "#F8F8F8",
  130. "list": [
  131. {
  132. "pagePath": "pages/message/index",
  133. "iconPath": "static/images/tabbar/message.png",
  134. "selectedIconPath": "static/images/tabbar/message_.png",
  135. "text": "消息"
  136. },
  137. {
  138. "pagePath": "pages/process/index",
  139. "iconPath": "static/images/tabbar/process.png",
  140. "selectedIconPath": "static/images/tabbar/process_.png",
  141. "text": "流程"
  142. },
  143. {
  144. "pagePath": "pages/work/index",
  145. "iconPath": "static/images/tabbar/work.png",
  146. "selectedIconPath": "static/images/tabbar/work_.png",
  147. "text": "工作台"
  148. },
  149. {
  150. "pagePath": "pages/contacts/index",
  151. "iconPath": "static/images/tabbar/contacts.png",
  152. "selectedIconPath": "static/images/tabbar/contacts_.png",
  153. "text": "通讯录"
  154. },
  155. {
  156. "pagePath": "pages/mine/index",
  157. "iconPath": "static/images/tabbar/mine.png",
  158. "selectedIconPath": "static/images/tabbar/mine_.png",
  159. "text": "我的"
  160. }
  161. ]
  162. },
  163. "globalStyle": {
  164. "navigationBarTextStyle": "white",
  165. "navigationBarTitleText": "uni-app",
  166. "navigationBarBackgroundColor": "#468bf0",
  167. "backgroundColor": "#F8F8F8"
  168. },
  169. "uniIdRouter": {}
  170. }