pages.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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/settlement",
  64. "style": {
  65. "navigationBarTitleText": "结算记录"
  66. }
  67. },
  68. {
  69. "path": "pages/finance/split-record",
  70. "style": {
  71. "navigationBarTitleText": "分账记录"
  72. }
  73. },
  74. {
  75. "path": "pages/setting/index",
  76. "style": {
  77. "navigationBarTitleText": "平台配置",
  78. "navigationStyle": "custom"
  79. }
  80. },
  81. {
  82. "path": "pages/setting/rate-config",
  83. "style": {
  84. "navigationBarTitleText": "平台费率配置",
  85. "navigationStyle": "custom"
  86. }
  87. },
  88. {
  89. "path": "pages/setting/device-config",
  90. "style": {
  91. "navigationBarTitleText": "设备配置",
  92. "navigationStyle": "custom"
  93. }
  94. },
  95. {
  96. "path": "pages/setting/device-config-detail",
  97. "style": {
  98. "navigationBarTitleText": "设备配置详情",
  99. "navigationStyle": "custom"
  100. }
  101. },
  102. {
  103. "path": "pages/setting/rate-config-detail",
  104. "style": {
  105. "navigationBarTitleText": "费率模板详情",
  106. "navigationStyle": "custom"
  107. }
  108. },
  109. {
  110. "path": "pages/setting/device-binding",
  111. "style": {
  112. "navigationBarTitleText": "设备绑定管理",
  113. "navigationStyle": "custom"
  114. }
  115. },
  116. {
  117. "path": "pages/station/list",
  118. "style": {
  119. "navigationBarTitleText": "站点清单"
  120. }
  121. },
  122. {
  123. "path": "pages/station/detail",
  124. "style": {
  125. "navigationBarTitleText": "站点详情",
  126. "navigationStyle": "custom"
  127. }
  128. },
  129. {
  130. "path": "pages/user/list",
  131. "style": {
  132. "navigationBarTitleText": "用户列表"
  133. }
  134. },
  135. {
  136. "path": "pages/system/feedback",
  137. "style": {
  138. "navigationBarTitleText": "反馈上报"
  139. }
  140. },
  141. {
  142. "path": "pages/system/notice",
  143. "style": {
  144. "navigationBarTitleText": "系统公告"
  145. }
  146. },
  147. {
  148. "path": "pages/system/log",
  149. "style": {
  150. "navigationBarTitleText": "操作日志"
  151. }
  152. },
  153. {
  154. "path": "pages/system/dict",
  155. "style": {
  156. "navigationBarTitleText": "数据字典"
  157. }
  158. }
  159. ],
  160. "globalStyle": {
  161. "navigationBarTextStyle": "black",
  162. "navigationBarTitleText": "自助洗车运营管理",
  163. "navigationBarBackgroundColor": "#ffffff",
  164. "backgroundColor": "#F5F7FA"
  165. },
  166. "tabBar": {
  167. "custom": true,
  168. "color": "#999999",
  169. "selectedColor": "#C6171E",
  170. "backgroundColor": "#ffffff",
  171. "borderStyle": "white",
  172. "list": [
  173. {
  174. "pagePath": "pages/index/index",
  175. "text": "首页"
  176. },
  177. {
  178. "pagePath": "pages/order/list",
  179. "text": "订单"
  180. },
  181. {
  182. "pagePath": "pages/device/list",
  183. "text": "设备"
  184. },
  185. {
  186. "pagePath": "pages/finance/index",
  187. "text": "财务"
  188. }
  189. ]
  190. }
  191. }