pages.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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. "enablePullDownRefresh": false
  15. }
  16. },
  17. {
  18. "path": "pages/order/list",
  19. "style": {
  20. "navigationBarTitleText": "订单列表"
  21. }
  22. },
  23. {
  24. "path": "pages/order/detail",
  25. "style": {
  26. "navigationBarTitleText": "订单详情",
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "pages/device/list",
  32. "style": {
  33. "navigationBarTitleText": "设备列表"
  34. }
  35. },
  36. {
  37. "path": "pages/device/detail",
  38. "style": {
  39. "navigationBarTitleText": "设备详情",
  40. "navigationStyle": "custom"
  41. }
  42. },
  43. {
  44. "path": "pages/finance/index",
  45. "style": {
  46. "navigationBarTitleText": "财务管理"
  47. }
  48. },
  49. {
  50. "path": "pages/finance/withdraw",
  51. "style": {
  52. "navigationBarTitleText": "提现管理"
  53. }
  54. },
  55. {
  56. "path": "pages/setting/index",
  57. "style": {
  58. "navigationBarTitleText": "平台配置",
  59. "navigationStyle": "custom"
  60. }
  61. },
  62. {
  63. "path": "pages/setting/rate-config",
  64. "style": {
  65. "navigationBarTitleText": "平台费率配置",
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path": "pages/setting/device-config",
  71. "style": {
  72. "navigationBarTitleText": "设备配置",
  73. "navigationStyle": "custom"
  74. }
  75. },
  76. {
  77. "path": "pages/setting/device-config-detail",
  78. "style": {
  79. "navigationBarTitleText": "设备配置详情",
  80. "navigationStyle": "custom"
  81. }
  82. },
  83. {
  84. "path": "pages/setting/rate-config-detail",
  85. "style": {
  86. "navigationBarTitleText": "费率模板详情",
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "pages/setting/device-binding",
  92. "style": {
  93. "navigationBarTitleText": "设备绑定管理",
  94. "navigationStyle": "custom"
  95. }
  96. }
  97. ],
  98. "globalStyle": {
  99. "navigationBarTextStyle": "black",
  100. "navigationBarTitleText": "自助洗车运营管理",
  101. "navigationBarBackgroundColor": "#ffffff",
  102. "backgroundColor": "#f5f5f5"
  103. },
  104. "tabBar": {
  105. "color": "#666666",
  106. "selectedColor": "#007AFF",
  107. "backgroundColor": "#ffffff",
  108. "borderStyle": "black",
  109. "list": [
  110. {
  111. "pagePath": "pages/index/index",
  112. "text": "首页"
  113. },
  114. {
  115. "pagePath": "pages/order/list",
  116. "text": "订单"
  117. },
  118. {
  119. "pagePath": "pages/device/list",
  120. "text": "设备"
  121. },
  122. {
  123. "pagePath": "pages/finance/index",
  124. "text": "财务"
  125. }
  126. ]
  127. }
  128. }