pages.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "首页",
  6. "navigationBarTextStyle": "white"
  7. }
  8. },
  9. {
  10. "path": "pages/login/index",
  11. "style": {
  12. "navigationBarTitleText": "登陆",
  13. "disableScroll": true
  14. }
  15. },
  16. {
  17. "path": "pages/login/register",
  18. "style": {
  19. "navigationBarTitleText": "",
  20. "enablePullDownRefresh": false,
  21. "disableScroll": true
  22. }
  23. },
  24. {
  25. "path": "pages/login/forget",
  26. "style": {
  27. "navigationBarTitleText": "",
  28. "enablePullDownRefresh": false
  29. }
  30. },
  31. {
  32. "path": "pages/login/await-audit",
  33. "style": {
  34. "navigationBarTitleText": "",
  35. "enablePullDownRefresh": false
  36. }
  37. },
  38. {
  39. "path": "pages/test/index",
  40. "style": {
  41. "navigationBarTitleText": "",
  42. "enablePullDownRefresh": false
  43. }
  44. },
  45. {
  46. "path": "pages/task/task",
  47. "style": {
  48. "navigationBarTitleText": ""
  49. }
  50. },
  51. {
  52. "path": "pages/loan/loan",
  53. "style": {
  54. "navigationBarTitleText": ""
  55. }
  56. },
  57. {
  58. "path": "pages/statistics/statistics",
  59. "style": {
  60. "navigationBarTextStyle": "white"
  61. }
  62. }
  63. ],
  64. "subPackages": [{
  65. "root": "page_subpack",
  66. "pages": [{
  67. "path": "system_setting/system_setting",
  68. "style": {
  69. "navigationBarTitleText": ""
  70. }
  71. },
  72. {
  73. "path": "message/message",
  74. "style": {
  75. "navigationBarTitleText": ""
  76. }
  77. },
  78. {
  79. "path": "personal_details/personal_details",
  80. "style": {
  81. "navigationBarTitleText": ""
  82. }
  83. }
  84. ]
  85. }, {
  86. "root": "page_task",
  87. "pages": [{
  88. "path": "gain_task/gain_task",
  89. "style": {
  90. "navigationBarTitleText": ""
  91. }
  92. },
  93. {
  94. "path" : "task_details/task_details",
  95. "style" :
  96. {
  97. "navigationBarTitleText" : ""
  98. }
  99. },
  100. {
  101. "path" : "creation_task/creation_task",
  102. "style" :
  103. {
  104. "navigationBarTitleText" : ""
  105. }
  106. },
  107. {
  108. "path" : "information/information",
  109. "style" :
  110. {
  111. "navigationBarTitleText" : ""
  112. }
  113. },
  114. {
  115. "path" : "identity/identity",
  116. "style" :
  117. {
  118. "navigationBarTitleText" : ""
  119. }
  120. },
  121. {
  122. "path" : "identity_upload/identity_upload",
  123. "style" :
  124. {
  125. "navigationBarTitleText" : ""
  126. }
  127. },
  128. {
  129. "path" : "property/property",
  130. "style" :
  131. {
  132. "navigationBarTitleText" : ""
  133. }
  134. },
  135. {
  136. "path" : "apply/apply",
  137. "style" :
  138. {
  139. "navigationBarTitleText" : ""
  140. }
  141. },
  142. {
  143. "path" : "task_operate/task_operate",
  144. "style" :
  145. {
  146. "navigationBarTitleText" : ""
  147. }
  148. }]
  149. }],
  150. "globalStyle": {
  151. "navigationBarTextStyle": "black",
  152. "navigationBarTitleText": "万汇融通云",
  153. "navigationBarBackgroundColor": "#F8F8F8",
  154. "backgroundColor": "#F8F8F8",
  155. "navigationStyle": "custom",
  156. "backgroundColorBottom": "#EEF1F7"
  157. },
  158. "tabBar": {
  159. "custom": true,
  160. "list": [{
  161. "pagePath": "pages/index/index",
  162. "text": ""
  163. },
  164. {
  165. "pagePath": "pages/task/task",
  166. "text": ""
  167. },
  168. {
  169. "pagePath": "pages/loan/loan",
  170. "text": ""
  171. },
  172. {
  173. "pagePath": "pages/statistics/statistics",
  174. "text": ""
  175. }
  176. ],
  177. "color": "",
  178. "selectedColor": "",
  179. "backgroundColor": ""
  180. },
  181. "condition": {
  182. "current": 0,
  183. "list": [
  184. {
  185. "name": "任务详情",
  186. "path": "/page_task/task_details/task_details",
  187. "query": "taskId=4278"
  188. }
  189. ]
  190. }
  191. }