pages.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. {
  2. "pages": [{
  3. "path" : "pages/login/login",
  4. "style" :
  5. {
  6. "navigationBarTitleText" : "",
  7. "enablePullDownRefresh" : false,
  8. "navigationStyle": "custom"
  9. }
  10. },{
  11. "path": "pages/index/index",
  12. "style": {
  13. "navigationBarTitleText": "新闻"
  14. }
  15. },
  16. {
  17. "path" : "pages/staging/staging",
  18. "style" :
  19. {
  20. "navigationBarTitleText" : "工作台",
  21. "enablePullDownRefresh" : false
  22. }
  23. },
  24. {
  25. "path" : "pages/email/email",
  26. "style" :
  27. {
  28. "navigationBarTitleText" : "收件箱",
  29. "enablePullDownRefresh" : true,
  30. "onReachBottomDistance":0,
  31. "app-plus": {
  32. "bounce": "none",
  33. "titleNView": {
  34. "buttons": [
  35. {
  36. "fontSize": "16px",
  37. "text": "更多"
  38. }
  39. ]
  40. }
  41. }
  42. }
  43. },
  44. {
  45. "path" : "pages/me/me",
  46. "style" :
  47. {
  48. "navigationBarTitleText" : "个人中心",
  49. "enablePullDownRefresh" : false
  50. }
  51. },
  52. {
  53. "path" : "pages/emailInfo/emailInfo",
  54. "style" :
  55. {
  56. "navigationBarTitleText" : "邮件详情",
  57. "enablePullDownRefresh" : false
  58. }
  59. },
  60. {
  61. "path" : "pages/newsContent/newsContent",
  62. "style" :
  63. {
  64. "navigationBarTitleText" : "新闻详情",
  65. "enablePullDownRefresh" : false
  66. }
  67. },
  68. {
  69. "path" : "pages/kaoqin/kaoqin",
  70. "style" :
  71. {
  72. "navigationBarTitleText" : "考勤人员",
  73. "enablePullDownRefresh" : true
  74. }
  75. },
  76. {
  77. "path" : "pages/shouwen/shouwen",
  78. "style" :
  79. {
  80. "navigationBarTitleText" : "",
  81. "enablePullDownRefresh" : false
  82. }
  83. },
  84. {
  85. "path" : "pages/kqdetail/kqdetail",
  86. "style" :
  87. {
  88. "navigationBarTitleText" : "",
  89. "enablePullDownRefresh" : false
  90. }
  91. },
  92. {
  93. "path" : "pages/inbox/inbox",
  94. "style" :
  95. {
  96. "navigationBarTitleText" : "发件箱",
  97. "enablePullDownRefresh" : false
  98. }
  99. },
  100. {
  101. "path" : "pages/swMessage/swMessage",
  102. "style" :
  103. {
  104. "navigationBarTitleText" : "",
  105. "enablePullDownRefresh" : false
  106. }
  107. },
  108. {
  109. "path" : "pages/fwMessage/fwMessage",
  110. "style" :
  111. {
  112. "navigationBarTitleText" : "",
  113. "enablePullDownRefresh" : false
  114. }
  115. },
  116. {
  117. "path" : "pages/peoChoose/peoChoose",
  118. "style" :
  119. {
  120. "navigationBarTitleText" : "人员选择",
  121. "enablePullDownRefresh" : false
  122. // "navigationStyle": "custom"
  123. }
  124. },
  125. {
  126. "path" : "pages/file/file",
  127. "style" :
  128. {
  129. "navigationBarTitleText" : "归档部门",
  130. "enablePullDownRefresh" : false
  131. }
  132. },
  133. {
  134. "path" : "pages/inforeview/inforeview",
  135. "style" :
  136. {
  137. "navigationBarTitleText" : "",
  138. "enablePullDownRefresh" : false
  139. }
  140. },
  141. {
  142. "path" : "pages/dailyWork/dailyWork",
  143. "style" :
  144. {
  145. "navigationBarTitleText" : "",
  146. "enablePullDownRefresh" : false,
  147. "app-plus": {
  148. "bounce": "none",
  149. "titleNView": {
  150. "buttons": [
  151. {
  152. "fontSize": "16px",
  153. "text": "申请"
  154. }
  155. ]
  156. }
  157. }
  158. }
  159. },
  160. {
  161. "path" : "pages/webView/webView",
  162. "style" :
  163. {
  164. "navigationBarTitleText" : "",
  165. "enablePullDownRefresh" : false
  166. }
  167. },
  168. {
  169. "path" : "pages/workInfo/workInfo",
  170. "style" :
  171. {
  172. "navigationBarTitleText" : "",
  173. "enablePullDownRefresh" : false
  174. }
  175. },
  176. {
  177. "path" : "pages/shenqing/shenqing",
  178. "style" :
  179. {
  180. "navigationBarTitleText" : "",
  181. "enablePullDownRefresh" : false
  182. }
  183. },
  184. {
  185. "path" : "pages/office/office",
  186. "style" :
  187. {
  188. "navigationBarTitleText" : "",
  189. "enablePullDownRefresh" : false
  190. }
  191. }],
  192. "globalStyle": {
  193. "navigationBarTextStyle": "white",
  194. "navigationBarTitleText": "uni-app",
  195. "navigationBarBackgroundColor": "#409EFF",
  196. "backgroundColor": "#409EFF"
  197. },
  198. "tabBar": {
  199. "color": "#B0B2B8",
  200. "selectedColor": "#409EFF",
  201. "borderStyle": "black",
  202. "backgroundColor": "#fff",
  203. "position": "bottom",
  204. "spacing": "3px",
  205. "list": [{
  206. "pagePath": "pages/index/index",
  207. "iconPath": "./static/news.png",
  208. "selectedIconPath": "./static/news1.png",
  209. "text": "新闻"
  210. },{
  211. "pagePath": "pages/staging/staging",
  212. "iconPath": "./static/app.png",
  213. "selectedIconPath": "./static/app1.png",
  214. "text": "工作"
  215. },{
  216. "pagePath": "pages/email/email",
  217. "iconPath": "./static/email.png",
  218. "selectedIconPath": "./static/email1.png",
  219. "text": "邮箱"
  220. },{
  221. "pagePath": "pages/me/me",
  222. "iconPath": "./static/me.png",
  223. "selectedIconPath": "./static/me1.png",
  224. "text": "我的"
  225. }]
  226. }
  227. }