pages.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/startup",
  5. "style": {
  6. "navigationBarTitleText": "",
  7. "enablePullDownRefresh": false,
  8. "app-plus": {
  9. "titleNView": false
  10. }
  11. }
  12. },
  13. // 主页
  14. {
  15. "path": "pages/index/index",
  16. "style": {
  17. "enablePullDownRefresh": false,
  18. "navigationBarTitleText": "信息展示",
  19. "app-plus": {
  20. "bounce": "none",
  21. "pullToRefresh": {
  22. "support": false,
  23. // "color": "#fa436a",
  24. "style": "default"
  25. }
  26. }
  27. }
  28. },
  29. // 待办事项
  30. {
  31. "path": "pages/works/index",
  32. "style": {
  33. "enablePullDownRefresh": true,
  34. "navigationBarTitleText": "待办工作",
  35. "app-plus": {
  36. "pullToRefresh": {
  37. "support": true,
  38. "style": "default"
  39. }
  40. }
  41. }
  42. },
  43. // 应用中心
  44. {
  45. "path": "pages/application/index",
  46. "style": {
  47. "navigationBarTitleText": "工作管理"
  48. }
  49. },
  50. // 我的
  51. {
  52. "path": "pages/profile/profile",
  53. "style": {
  54. "navigationBarTitleText": "",
  55. // #ifdef MP
  56. "navigationStyle": "custom",
  57. // #endif
  58. "app-plus": {
  59. /* "bounce": "none", */
  60. /* "titleNView": {
  61. "type": "transparent",
  62. "buttons": [{
  63. "fontSrc": "/static/iconfont.ttf",
  64. "text": "\ue658",
  65. "fontSize": "28",
  66. "color": "#303133",
  67. "width": "42px",
  68. "background": "rgba(0,0,0,0)"
  69. }]
  70. }, */
  71. "titleNView": false
  72. }
  73. }
  74. },
  75. //个人资料
  76. {
  77. "path": "pages/user/userinfo/userinfo",
  78. "style": {
  79. "navigationBarTitleText": "个人资料"
  80. }
  81. }
  82. , {
  83. "path": "pages/gongwen/dblist",
  84. "style": {
  85. "navigationBarTitleText": "待办公文",
  86. "enablePullDownRefresh": true
  87. }
  88. }, {
  89. "path": "pages/gongwen/yblist",
  90. "style": {
  91. "navigationBarTitleText": "已办工作",
  92. "enablePullDownRefresh": true
  93. }
  94. }, {
  95. "path": "pages/gongwen/mysend",
  96. "style": {
  97. "navigationBarTitleText": "已发公文",
  98. "enablePullDownRefresh": true
  99. }
  100. }, {
  101. "path": "pages/gongwen/content",
  102. "style": {
  103. "navigationBarTitleText": "",
  104. "enablePullDownRefresh": false
  105. }
  106. },{
  107. "path": "pages/gongwen/meetingNotice",
  108. "style": {
  109. "navigationBarTitleText": "",
  110. "enablePullDownRefresh": false
  111. }
  112. }, {
  113. "path": "pages/notify/recive",
  114. "style": {
  115. "navigationBarTitleText": "已收通知",
  116. "enablePullDownRefresh": false
  117. }
  118. }, {
  119. "path": "pages/notify/send",
  120. "style": {
  121. "navigationBarTitleText": "已发通知",
  122. "enablePullDownRefresh": false
  123. }
  124. },
  125. {
  126. "path": "pages/notify/content",
  127. "style": {
  128. "navigationBarTitleText": "",
  129. "enablePullDownRefresh": false
  130. }
  131. }, {
  132. "path": "pages/message/recive",
  133. "style": {
  134. "navigationBarTitleText": "已收信息",
  135. "enablePullDownRefresh": false
  136. }
  137. }, {
  138. "path": "pages/message/send",
  139. "style": {
  140. "navigationBarTitleText": "已发信息",
  141. "enablePullDownRefresh": false
  142. }
  143. }, {
  144. "path": "pages/message/shenhe",
  145. "style": {
  146. "navigationBarTitleText": "信息审核",
  147. "enablePullDownRefresh": false
  148. }
  149. }, {
  150. "path": "pages/message/content",
  151. "style": {
  152. "navigationBarTitleText": "",
  153. "enablePullDownRefresh": false
  154. }
  155. }
  156. ],
  157. "subPackages": [
  158. // 设置
  159. {
  160. "root": "pages/set",
  161. "pages": [
  162. // 设置
  163. {
  164. "path": "set",
  165. "style": {
  166. "navigationBarTitleText": "设置"
  167. }
  168. }
  169. ]
  170. },
  171. // 公共
  172. {
  173. "root": "pages/public",
  174. "pages": [
  175. // 登录
  176. {
  177. "path": "login",
  178. "style": {
  179. "navigationBarTitleText": "登录",
  180. "navigationStyle": "custom",
  181. "app-plus": {
  182. "titleNView": false,
  183. "animationType": "slide-in-bottom"
  184. }
  185. }
  186. },
  187. // 修改密码
  188. {
  189. "path": "password",
  190. "style": {
  191. "navigationBarTitleText": "忘记密码",
  192. "navigationStyle": "custom",
  193. "app-plus": {
  194. "titleNView": false,
  195. "animationType": "slide-in-bottom"
  196. }
  197. }
  198. }
  199. ]
  200. }
  201. ],
  202. "globalStyle": {
  203. "navigationBarTextStyle": "black",
  204. "navigationBarTitleText": "通用办公",
  205. "navigationBarBackgroundColor": "#fff",
  206. "backgroundColor": "#f8f8f8"
  207. },
  208. "tabBar": {
  209. "color": "#C0C4CC",
  210. "selectedColor": "#0081ff",
  211. "borderStyle": "black",
  212. "backgroundColor": "#ffffff",
  213. "list": [{
  214. "pagePath": "pages/index/index",
  215. "iconPath": "static/tab-home.png",
  216. "selectedIconPath": "static/tab-home-blue.png",
  217. "text": "信息"
  218. },
  219. {
  220. "pagePath": "pages/works/index",
  221. "iconPath": "static/tab-notify.png",
  222. "selectedIconPath": "static/tab-notify-blue.png",
  223. "text": "待办"
  224. },
  225. {
  226. "pagePath": "pages/application/index",
  227. "iconPath": "static/tab-cate.png",
  228. "selectedIconPath": "static/tab-cate-blue.png",
  229. "text": "工作"
  230. },
  231. {
  232. "pagePath": "pages/profile/profile",
  233. "iconPath": "static/tab-my.png",
  234. "selectedIconPath": "static/tab-my-blue.png",
  235. "text": "我的"
  236. }
  237. ]
  238. }
  239. }