pages.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. {
  2. "pages": [
  3. // {
  4. // "path": "pages/index/test",
  5. // "style": {
  6. // "navigationBarTitleText": "测试滚动",
  7. // "app-plus": {
  8. // "titleNView": false
  9. // }
  10. // }
  11. // },
  12. {
  13. "path": "pages/index/index",
  14. "style": {
  15. "navigationBarTitleText": "党员发展流程",
  16. "app-plus": {
  17. "titleNView": false
  18. }
  19. }
  20. },
  21. {
  22. "path": "pages/login/index",
  23. "style": {
  24. "navigationBarTitleText": "智慧党建信息管理系统",
  25. "app-plus": {
  26. "titleNView": false
  27. }
  28. }
  29. },
  30. {
  31. "path": "pages/login/changePwd",
  32. "style": {
  33. "navigationBarTitleText": "重置密码",
  34. "app-plus": {
  35. "titleNView": false
  36. }
  37. }
  38. },
  39. {
  40. "path": "pages/mine/resetPassword",
  41. "style": {
  42. "navigationBarTitleText": "重置密码",
  43. "app-plus": {
  44. "titleNView": false
  45. }
  46. }
  47. },
  48. {
  49. "path": "pages/mine/messageList",
  50. "style": {
  51. "navigationBarTitleText": "通知公告",
  52. "app-plus": {
  53. "titleNView": false
  54. }
  55. }
  56. },
  57. {
  58. "path": "pages/index/download",
  59. "style": {
  60. "navigationBarTitleText": "uni-ui基础项目",
  61. "app-plus": {
  62. "titleNView": false
  63. }
  64. }
  65. },
  66. {
  67. "path": "pages/index/fileList",
  68. "style": {
  69. "navigationBarTitleText": "文件列表",
  70. "app-plus": {
  71. "titleNView": false
  72. }
  73. }
  74. },
  75. {
  76. "path": "pages/mine/changeMessage",
  77. "style": {
  78. "navigationBarTitleText": "修改个人信息",
  79. "app-plus": {
  80. "titleNView": false
  81. }
  82. }
  83. },
  84. {
  85. "path": "pages/index/upload",
  86. "style": {
  87. "navigationBarTitleText": "上传文件",
  88. "app-plus": {
  89. "titleNView": false
  90. }
  91. }
  92. },
  93. {
  94. "path": "pages/index/detail",
  95. "style": {
  96. "navigationBarTitleText": "文件详情",
  97. "app-plus": {
  98. "titleNView": false
  99. }
  100. }
  101. },
  102. {
  103. "path": "pages/active/active",
  104. "style": {
  105. "navigationBarTitleText": "活动",
  106. "app-plus": {
  107. "titleNView": false
  108. }
  109. }
  110. },
  111. {
  112. "path": "pages/active/details",
  113. "style": {
  114. "navigationBarTitleText": "详情",
  115. "app-plus": {
  116. "titleNView": false
  117. }
  118. }
  119. },
  120. {
  121. "path": "pages/active/files",
  122. "style": {
  123. "navigationBarTitleText": "附件",
  124. "app-plus": {
  125. "titleNView": false
  126. }
  127. }
  128. },
  129. {
  130. "path": "pages/active/files_detail",
  131. "style": {
  132. "navigationBarTitleText": "附件详情",
  133. "app-plus": {
  134. "titleNView": false
  135. }
  136. }
  137. },
  138. {
  139. "path": "pages/xuexi/index",
  140. "style": {
  141. "navigationBarTitleText": "学习",
  142. "app-plus": {
  143. "titleNView": false
  144. }
  145. }
  146. },
  147. {
  148. "path": "pages/mine/index",
  149. "style": {
  150. "navigationBarTitleText": "我的",
  151. "app-plus": {
  152. "titleNView": false
  153. }
  154. }
  155. }, {
  156. "path": "pages/mine/shenbao",
  157. "style": {
  158. "navigationBarTitleText": "提交申报",
  159. "enablePullDownRefresh": false,
  160. "app-plus": {
  161. "titleNView": false
  162. }
  163. }
  164. }, {
  165. "path": "pages/mine/upload",
  166. "style": {
  167. "navigationBarTitleText": "提交申报",
  168. "enablePullDownRefresh": false
  169. }
  170. }, {
  171. "path": "pages/xuexi/detail",
  172. "style": {
  173. "navigationBarTitleText": "视频学习",
  174. "enablePullDownRefresh": false,
  175. "app-plus": {
  176. "titleNView": false
  177. }
  178. }
  179. }, {
  180. "path": "pages/mine/shenbaoDetail",
  181. "style": {
  182. "navigationBarTitleText": "查看申报",
  183. "enablePullDownRefresh": false,
  184. "app-plus": {
  185. "titleNView": false
  186. }
  187. }
  188. },
  189. {
  190. "path": "pages/mine/fileList",
  191. "style": {
  192. "navigationBarTitleText": "文件列表",
  193. "enablePullDownRefresh": false,
  194. "app-plus": {
  195. "titleNView": false
  196. }
  197. }
  198. }
  199. ],
  200. "globalStyle": {
  201. "navigationBarTextStyle": "black",
  202. "navigationBarTitleText": "uni-app",
  203. "navigationBarBackgroundColor": "#FFFFFF",
  204. "backgroundColor": "#FFFFFF",
  205. "onReachBottomDistance": 50,
  206. "fontSize": "14px"
  207. },
  208. "tabBar": {
  209. "fontSize": "14px",
  210. "selectedColor": "#e61916",
  211. "list": [{
  212. "pagePath": "pages/index/index",
  213. "text": "流程",
  214. "iconPath": "static/images/liucheng.png",
  215. "selectedIconPath": "static/images/liucheng-fulled.png"
  216. },
  217. {
  218. "pagePath": "pages/xuexi/index",
  219. "text": "学习",
  220. "iconPath": "static/images/active.png",
  221. "selectedIconPath": "static/images/active-fulled.png"
  222. },
  223. {
  224. "pagePath": "pages/active/active",
  225. "text": "活动",
  226. "iconPath": "static/images/active.png",
  227. "selectedIconPath": "static/images/active-fulled.png"
  228. },
  229. {
  230. "pagePath": "pages/mine/index",
  231. "text": "我的",
  232. "iconPath": "static/images/mine.png",
  233. "selectedIconPath": "static/images/mine-fulled.png"
  234. }
  235. ]
  236. }
  237. }