pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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": "gain_task/gain_task",
  68. "style": {
  69. "navigationBarTitleText": ""
  70. }
  71. },
  72. {
  73. "path" : "system_setting/system_setting",
  74. "style" :
  75. {
  76. "navigationBarTitleText" : ""
  77. }
  78. },
  79. {
  80. "path" : "message/message",
  81. "style" :
  82. {
  83. "navigationBarTitleText" : ""
  84. }
  85. }]
  86. }],
  87. "globalStyle": {
  88. "navigationBarTextStyle": "black",
  89. "navigationBarTitleText": "万汇融通云",
  90. "navigationBarBackgroundColor": "#F8F8F8",
  91. "backgroundColor": "#F8F8F8",
  92. "navigationStyle": "custom",
  93. "backgroundColorBottom": "#EEF1F7"
  94. },
  95. "condition": {
  96. "current": 0,
  97. "list": [{
  98. "name": "注册",
  99. "path": "pages/login/register",
  100. "query": ""
  101. },
  102. {
  103. "name": "审核",
  104. "path": "pages/login/await-audit",
  105. "query": ""
  106. },
  107. {
  108. "name": "测试页面",
  109. "path": "pages/test/index",
  110. "query": ""
  111. }
  112. ]
  113. },
  114. "tabBar": {
  115. "custom": true,
  116. "list": [{
  117. "pagePath": "pages/index/index"
  118. },
  119. {
  120. "pagePath": "pages/task/task"
  121. },
  122. {
  123. "pagePath": "pages/loan/loan"
  124. },
  125. {
  126. "pagePath": "pages/statistics/statistics"
  127. }
  128. ]
  129. }
  130. }