pages.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/login",
  5. "style": {
  6. "navigationBarTitleText": "登录",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/index/index",
  12. "style": {
  13. "navigationBarTitleText": "首页",
  14. "navigationStyle": "custom",
  15. "enablePullDownRefresh": true
  16. }
  17. },
  18. {
  19. "path": "pages/order/list",
  20. "style": {
  21. "navigationBarTitleText": "订单列表"
  22. }
  23. },
  24. {
  25. "path": "pages/order/detail",
  26. "style": {
  27. "navigationBarTitleText": "订单详情",
  28. "navigationStyle": "custom"
  29. }
  30. },
  31. {
  32. "path": "pages/device/list",
  33. "style": {
  34. "navigationBarTitleText": "设备列表"
  35. }
  36. },
  37. {
  38. "path": "pages/device/detail",
  39. "style": {
  40. "navigationBarTitleText": "设备详情",
  41. "navigationStyle": "custom"
  42. }
  43. },
  44. {
  45. "path": "pages/finance/index",
  46. "style": {
  47. "navigationBarTitleText": "财务管理"
  48. }
  49. },
  50. {
  51. "path": "pages/finance/withdraw",
  52. "style": {
  53. "navigationBarTitleText": "提现管理"
  54. }
  55. },
  56. {
  57. "path": "pages/finance/refund",
  58. "style": {
  59. "navigationBarTitleText": "退款清单"
  60. }
  61. },
  62. {
  63. "path": "pages/finance/refund-detail",
  64. "style": {
  65. "navigationBarTitleText": "退款详情"
  66. }
  67. },
  68. {
  69. "path": "pages/finance/settlement",
  70. "style": {
  71. "navigationBarTitleText": "结算记录"
  72. }
  73. },
  74. {
  75. "path": "pages/finance/split-record",
  76. "style": {
  77. "navigationBarTitleText": "分账记录"
  78. }
  79. },
  80. {
  81. "path": "pages/setting/index",
  82. "style": {
  83. "navigationBarTitleText": "平台配置",
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path": "pages/setting/rate-config",
  89. "style": {
  90. "navigationBarTitleText": "平台费率配置",
  91. "navigationStyle": "custom"
  92. }
  93. },
  94. {
  95. "path": "pages/setting/device-config",
  96. "style": {
  97. "navigationBarTitleText": "设备配置",
  98. "navigationStyle": "custom"
  99. }
  100. },
  101. {
  102. "path": "pages/setting/device-config-detail",
  103. "style": {
  104. "navigationBarTitleText": "设备配置详情",
  105. "navigationStyle": "custom"
  106. }
  107. },
  108. {
  109. "path": "pages/setting/rate-config-detail",
  110. "style": {
  111. "navigationBarTitleText": "费率模板详情",
  112. "navigationStyle": "custom"
  113. }
  114. },
  115. {
  116. "path": "pages/setting/device-binding",
  117. "style": {
  118. "navigationBarTitleText": "设备绑定管理",
  119. "navigationStyle": "custom"
  120. }
  121. },
  122. {
  123. "path": "pages/station/list",
  124. "style": {
  125. "navigationBarTitleText": "站点清单"
  126. }
  127. },
  128. {
  129. "path": "pages/station/detail",
  130. "style": {
  131. "navigationBarTitleText": "站点详情",
  132. "navigationStyle": "custom"
  133. }
  134. },
  135. {
  136. "path": "pages/user/list",
  137. "style": {
  138. "navigationBarTitleText": "用户列表"
  139. }
  140. },
  141. {
  142. "path": "pages/system/feedback",
  143. "style": {
  144. "navigationBarTitleText": "反馈上报"
  145. }
  146. },
  147. {
  148. "path": "pages/system/notice",
  149. "style": {
  150. "navigationBarTitleText": "系统公告"
  151. }
  152. },
  153. {
  154. "path": "pages/system/log",
  155. "style": {
  156. "navigationBarTitleText": "操作日志"
  157. }
  158. },
  159. {
  160. "path": "pages/system/dict",
  161. "style": {
  162. "navigationBarTitleText": "数据字典"
  163. }
  164. }
  165. ],
  166. "globalStyle": {
  167. "navigationBarTextStyle": "black",
  168. "navigationBarTitleText": "自助洗车运营管理",
  169. "navigationBarBackgroundColor": "#ffffff",
  170. "backgroundColor": "#F5F7FA"
  171. },
  172. "tabBar": {
  173. "custom": true,
  174. "color": "#999999",
  175. "selectedColor": "#C6171E",
  176. "backgroundColor": "#ffffff",
  177. "borderStyle": "white",
  178. "list": [
  179. {
  180. "pagePath": "pages/index/index",
  181. "text": "首页"
  182. },
  183. {
  184. "pagePath": "pages/order/list",
  185. "text": "订单"
  186. },
  187. {
  188. "pagePath": "pages/device/list",
  189. "text": "设备"
  190. },
  191. {
  192. "pagePath": "pages/finance/index",
  193. "text": "财务"
  194. }
  195. ]
  196. }
  197. }