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.

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