pages.json 4.5 KB

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