pages.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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. "globalStyle": {
  102. "navigationBarTextStyle": "black",
  103. "navigationBarTitleText": "万汇融通云",
  104. "navigationBarBackgroundColor": "#F8F8F8",
  105. "backgroundColor": "#F8F8F8",
  106. "navigationStyle": "custom",
  107. "backgroundColorBottom": "#EEF1F7"
  108. },
  109. "condition": {
  110. "current": 0,
  111. "list": [{
  112. "name": "注册",
  113. "path": "pages/login/register",
  114. "query": ""
  115. },
  116. {
  117. "name": "审核",
  118. "path": "pages/login/await-audit",
  119. "query": ""
  120. },
  121. {
  122. "name": "测试页面",
  123. "path": "pages/test/index",
  124. "query": ""
  125. }
  126. ]
  127. },
  128. "tabBar": {
  129. "custom": true,
  130. "list": [{
  131. "pagePath": "pages/index/index"
  132. },
  133. {
  134. "pagePath": "pages/task/task"
  135. },
  136. {
  137. "pagePath": "pages/loan/loan"
  138. },
  139. {
  140. "pagePath": "pages/statistics/statistics"
  141. }
  142. ]
  143. }
  144. }