pages.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationBarTitleText": "登陆",
  7. "disableScroll": true
  8. }
  9. },
  10. {
  11. "path": "pages/loan/loan",
  12. "style": {
  13. "navigationBarTitleText": ""
  14. }
  15. },
  16. {
  17. "path": "pages/index/index",
  18. "style": {
  19. "navigationBarTitleText": "首页",
  20. "navigationBarTextStyle": "white"
  21. }
  22. },
  23. {
  24. "path": "pages/login/register",
  25. "style": {
  26. "navigationBarTitleText": "",
  27. "enablePullDownRefresh": false,
  28. "disableScroll": true
  29. }
  30. },
  31. {
  32. "path": "pages/login/forget",
  33. "style": {
  34. "navigationBarTitleText": "",
  35. "enablePullDownRefresh": false
  36. }
  37. },
  38. {
  39. "path": "pages/login/await-audit",
  40. "style": {
  41. "navigationBarTitleText": "",
  42. "enablePullDownRefresh": false
  43. }
  44. },
  45. {
  46. "path": "pages/test/index",
  47. "style": {
  48. "navigationBarTitleText": "",
  49. "enablePullDownRefresh": false
  50. }
  51. },
  52. {
  53. "path": "pages/task/task",
  54. "style": {
  55. "navigationBarTitleText": ""
  56. }
  57. },
  58. {
  59. "path": "pages/statistics/statistics",
  60. "style": {
  61. "navigationBarTextStyle": "white"
  62. }
  63. },
  64. {
  65. "path": "pages/loan/module/rate_compare",
  66. "style": {
  67. "navigationBarTitleText": ""
  68. }
  69. },
  70. {
  71. "path": "pages/loan/module/perfect_rate",
  72. "style": {
  73. "navigationBarTitleText": ""
  74. }
  75. }
  76. ],
  77. "subPackages": [
  78. {
  79. "root": "page_subpack",
  80. "pages": [
  81. {
  82. "path": "system_setting/system_setting",
  83. "style": {
  84. "navigationBarTitleText": ""
  85. }
  86. },
  87. {
  88. "path": "message/message",
  89. "style": {
  90. "navigationBarTitleText": ""
  91. }
  92. },
  93. {
  94. "path": "personal_details/personal_details",
  95. "style": {
  96. "navigationBarTitleText": ""
  97. }
  98. },
  99. {
  100. "path": "transition/to_excel",
  101. "style": {
  102. "navigationBarTitleText": "",
  103. "enablePullDownRefresh": false
  104. }
  105. }
  106. ]
  107. },
  108. {
  109. "root": "page_task",
  110. "pages": [
  111. {
  112. "path": "gain_task/gain_task",
  113. "style": {
  114. "navigationBarTitleText": ""
  115. }
  116. },
  117. {
  118. "path": "task_details/task_details",
  119. "style": {
  120. "navigationBarTitleText": ""
  121. }
  122. },
  123. {
  124. "path": "creation_task/creation_task",
  125. "style": {
  126. "navigationBarTitleText": ""
  127. }
  128. },
  129. {
  130. "path": "information/information",
  131. "style": {
  132. "navigationBarTitleText": ""
  133. }
  134. },
  135. {
  136. "path": "identity/identity",
  137. "style": {
  138. "navigationBarTitleText": ""
  139. }
  140. },
  141. {
  142. "path": "identity_upload/identity_upload",
  143. "style": {
  144. "navigationBarTitleText": ""
  145. }
  146. },
  147. {
  148. "path": "property/property",
  149. "style": {
  150. "navigationBarTitleText": ""
  151. }
  152. },
  153. {
  154. "path": "apply/apply",
  155. "style": {
  156. "navigationBarTitleText": ""
  157. }
  158. },
  159. {
  160. "path": "task_operate/task_operate",
  161. "style": {
  162. "navigationBarTitleText": ""
  163. }
  164. },
  165. {
  166. "path": "tripartite_info/tripartite_info",
  167. "style": {
  168. "navigationBarTitleText": ""
  169. }
  170. },
  171. {
  172. "path": "draft/index",
  173. "style": {
  174. "navigationBarTitleText": "",
  175. "enablePullDownRefresh": false
  176. }
  177. },
  178. {
  179. "path": "linkman/linkman",
  180. "style": {
  181. "navigationBarTitleText": "",
  182. "enablePullDownRefresh": false
  183. }
  184. },
  185. {
  186. "path": "credit_upload/credit_upload",
  187. "style": {
  188. "navigationBarTitleText": "上传征信"
  189. }
  190. },
  191. {
  192. "path": "credit_upload/camera",
  193. "style": {
  194. "navigationBarTitleText": "",
  195. "enablePullDownRefresh": false,
  196. "disableScroll": true,
  197. "mp-weixin": {
  198. "pageOrientation": "landscape"
  199. },
  200. "navigationBarRightButton": {
  201. "hide": true
  202. }
  203. }
  204. },
  205. {
  206. "path": "credit_report/credit_report",
  207. "style": {
  208. "navigationBarTitleText": ""
  209. }
  210. }
  211. ]
  212. }
  213. ],
  214. "globalStyle": {
  215. "navigationBarTextStyle": "black",
  216. "navigationBarTitleText": "万汇融通云",
  217. "navigationBarBackgroundColor": "#F8F8F8",
  218. "backgroundColor": "#F8F8F8",
  219. "navigationStyle": "custom",
  220. "backgroundColorBottom": "#EEF1F7"
  221. },
  222. "tabBar": {
  223. "custom": true,
  224. "list": [
  225. {
  226. "pagePath": "pages/index/index",
  227. "text": ""
  228. },
  229. {
  230. "pagePath": "pages/task/task",
  231. "text": ""
  232. },
  233. {
  234. "pagePath": "pages/loan/loan",
  235. "text": ""
  236. },
  237. {
  238. "pagePath": "pages/statistics/statistics",
  239. "text": ""
  240. }
  241. ],
  242. "color": "",
  243. "selectedColor": "",
  244. "backgroundColor": ""
  245. },
  246. "preloadRule": {
  247. "pages/index/index": {
  248. "network": "all",
  249. "packages": [
  250. "page_subpack",
  251. "page_task"
  252. ]
  253. }
  254. },
  255. "condition": {
  256. "current": 0,
  257. "list": [
  258. {
  259. "name": "转换工具",
  260. "path": "/pages/task/task",
  261. "query": ""
  262. }
  263. // {
  264. // "name": "审核",
  265. // "path": "/pages/login/await-audit",
  266. // "query": "productId=1"
  267. // },
  268. // {
  269. // "name": "添加任务",
  270. // "path": "/page_task/information/information",
  271. // "query": "productId=1"
  272. // },
  273. // {
  274. // "name": "任务详情",
  275. // "path": "/page_task/task_details/task_details",
  276. // "query": "taskId=4290&isReturn=1"
  277. // },
  278. // {
  279. // "name": "文件识别",
  280. // "path": "page_subpack/transition/to_excel"
  281. // }
  282. ]
  283. }
  284. }