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.

149 lines
3.9 KiB

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/login/index",
  15. "style" :
  16. {
  17. "navigationBarTitleText": "代理登录",
  18. "navigationBarBackgroundColor": "#1783FF",
  19. "navigationBarTextStyle": "white"
  20. // "enablePullDownRefresh": false
  21. }
  22. }
  23. ,{
  24. "path" : "pages/index/index",
  25. "style" :
  26. {
  27. "navigationBarTitleText": "代理主页",
  28. "navigationBarBackgroundColor": "#1783FF",
  29. "navigationBarTextStyle": "white"
  30. }
  31. }
  32. ,{
  33. "path" : "pages/cash/cash",
  34. "style" :
  35. {
  36. "navigationBarTitleText": "代理提现",
  37. "navigationBarBackgroundColor": "#fff",
  38. "navigationBarTextStyle": "black"
  39. }
  40. }
  41. ,{
  42. "path" : "pages/cashdetail/cashdetail",
  43. "style" :
  44. {
  45. "navigationBarTitleText": "代理提现",
  46. "navigationBarBackgroundColor": "#fff",
  47. "navigationBarTextStyle": "black"
  48. }
  49. }
  50. ,{
  51. "path" : "pages/history/history",
  52. "style" :
  53. {
  54. "navigationBarTitleText": "代理提现历史",
  55. "navigationBarBackgroundColor": "#fff",
  56. "navigationBarTextStyle": "black"
  57. }
  58. },
  59. {
  60. "path" : "pages/payment/payment",
  61. "style" :
  62. {
  63. "navigationBarTitleText" : "扫码",
  64. "navigationBarBackgroundColor": "#ededed",
  65. "navigationBarTextStyle": "black"
  66. }
  67. },
  68. {
  69. "path" : "pages/merchant-login/index",
  70. "style" :
  71. {
  72. "navigationBarTitleText": "商户登录",
  73. "navigationBarBackgroundColor": "#F52F3E",
  74. "navigationBarTextStyle": "white"
  75. }
  76. },
  77. {
  78. "path" : "pages/merchant-index/index",
  79. "style" :
  80. {
  81. "navigationBarTitleText": "商户主页",
  82. "navigationBarBackgroundColor": "#F52F3E",
  83. "navigationBarTextStyle": "white"
  84. }
  85. },
  86. {
  87. "path" : "pages/user-orders/user-orders",
  88. "style" :
  89. {
  90. "navigationBarTitleText" : "主页",
  91. "enablePullDownRefresh" : false
  92. }
  93. },
  94. {
  95. "path" : "pages/withdrawal-history/withdrawal-history",
  96. "style" :
  97. {
  98. "navigationBarTitleText" : "提现历史",
  99. "enablePullDownRefresh" : false
  100. }
  101. },
  102. {
  103. "path" : "pages/withdrawal-management/withdrawal-management",
  104. "style" :
  105. {
  106. "navigationBarTitleText" : "提现管理",
  107. "enablePullDownRefresh" : false
  108. }
  109. },
  110. {
  111. "path" : "pages/queuing-information/queuing-information",
  112. "style" :
  113. {
  114. "navigationBarTitleText" : "用户排队信息",
  115. "navigationBarBackgroundColor": "#fff",
  116. "navigationBarTextStyle": "black"
  117. }
  118. },
  119. {
  120. "path" : "pages/account-opened/account-opened",
  121. "style" :
  122. {
  123. "navigationBarTitleText" : "用户提现",
  124. "enablePullDownRefresh" : false
  125. }
  126. }
  127. ],
  128. "globalStyle": {
  129. "navigationBarTextStyle": "black",
  130. "navigationBarTitleText": "uView",
  131. "navigationBarBackgroundColor": "#FFFFFF",
  132. "backgroundColor": "#FFFFFF"
  133. }
  134. }