You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

177 lines
4.6 KiB

2 years ago
2 years ago
  1. {
  2. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path" : "pages/allpages/index",
  5. "style" :
  6. {
  7. "navigationBarTitleText": "",
  8. "navigationBarBackgroundColor": "#1783FF",
  9. "navigationBarTextStyle": "white"
  10. // "enablePullDownRefresh": false
  11. }
  12. },
  13. {
  14. "path" : "pages/user-login/index",
  15. "style" :
  16. {
  17. "navigationBarTitleText": "用户登录",
  18. "navigationBarBackgroundColor": "#1783FF",
  19. "navigationBarTextStyle": "white"
  20. // "enablePullDownRefresh": false
  21. }
  22. },
  23. {
  24. "path" : "pages/agent-login/index",
  25. "style" :
  26. {
  27. "navigationBarTitleText": "代理登录",
  28. "navigationBarBackgroundColor": "#1783FF",
  29. "navigationBarTextStyle": "white"
  30. // "enablePullDownRefresh": false
  31. }
  32. }
  33. ,{
  34. "path" : "pages/index/index",
  35. "style" :
  36. {
  37. "navigationBarTitleText": "代理主页",
  38. "navigationBarBackgroundColor": "#1783FF",
  39. "navigationBarTextStyle": "white"
  40. }
  41. }
  42. ,{
  43. "path" : "pages/cash/cash",
  44. "style" :
  45. {
  46. "navigationBarTitleText": "代理提现",
  47. "navigationBarBackgroundColor": "#fff",
  48. "navigationBarTextStyle": "black"
  49. }
  50. }
  51. ,{
  52. "path" : "pages/cashdetail/cashdetail",
  53. "style" :
  54. {
  55. "navigationBarTitleText": "代理提现",
  56. "navigationBarBackgroundColor": "#fff",
  57. "navigationBarTextStyle": "black"
  58. }
  59. }
  60. ,{
  61. "path" : "pages/history/history",
  62. "style" :
  63. {
  64. "navigationBarTitleText": "代理提现历史",
  65. "navigationBarBackgroundColor": "#fff",
  66. "navigationBarTextStyle": "black"
  67. }
  68. },
  69. {
  70. "path" : "pages/payment/payment",
  71. "style" :
  72. {
  73. "navigationBarTitleText" : "扫码",
  74. "navigationBarBackgroundColor": "#ededed",
  75. "navigationBarTextStyle": "black"
  76. }
  77. },
  78. {
  79. "path" : "pages/merchant-login/index",
  80. "style" :
  81. {
  82. "navigationBarTitleText": "商户登录",
  83. "navigationBarBackgroundColor": "#F52F3E",
  84. "navigationBarTextStyle": "white"
  85. }
  86. },
  87. {
  88. "path" : "pages/merchant-index/index",
  89. "style" :
  90. {
  91. "navigationBarTitleText": "商户主页",
  92. "navigationBarBackgroundColor": "#F52F3E",
  93. "navigationBarTextStyle": "white"
  94. }
  95. },
  96. {
  97. "path" : "pages/user-orders/user-orders",
  98. "style" :
  99. {
  100. "navigationBarTitleText" : "主页",
  101. "enablePullDownRefresh" : false
  102. }
  103. },
  104. {
  105. "path" : "pages/withdrawal-history/withdrawal-history",
  106. "style" :
  107. {
  108. "navigationBarTitleText" : "提现历史",
  109. "enablePullDownRefresh" : false
  110. }
  111. },
  112. {
  113. "path" : "pages/withdrawal-management/withdrawal-management",
  114. "style" :
  115. {
  116. "navigationBarTitleText" : "提现管理",
  117. "enablePullDownRefresh" : false
  118. }
  119. },
  120. {
  121. "path" : "pages/queuing-information/queuing-information",
  122. "style" :
  123. {
  124. "navigationBarTitleText" : "用户排队信息",
  125. "navigationBarBackgroundColor": "#fff",
  126. "navigationBarTextStyle": "black"
  127. }
  128. },
  129. {
  130. "path" : "pages/account-opened/account-opened",
  131. "style" :
  132. {
  133. "navigationBarTitleText" : "用户提现",
  134. "enablePullDownRefresh" : false
  135. }
  136. },
  137. {
  138. "path" : "pages/merchant-withdrawal-management/merchant-withdrawal-management",
  139. "style" :
  140. {
  141. "navigationBarTitleText" : "",
  142. "enablePullDownRefresh" : false
  143. }
  144. },
  145. {
  146. "path" : "pages/merchant-withdrawal-history/merchant-withdrawal-history",
  147. "style" :
  148. {
  149. "navigationBarTitleText" : "",
  150. "enablePullDownRefresh" : false
  151. }
  152. }
  153. ],
  154. "globalStyle": {
  155. "navigationBarTextStyle": "black",
  156. "navigationBarTitleText": "uView",
  157. "navigationBarBackgroundColor": "#FFFFFF",
  158. "backgroundColor": "#FFFFFF"
  159. }
  160. }