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.

162 lines
4.0 KiB

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