pages.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "首页"
  6. }
  7. },
  8. {
  9. "path": "pages/map/map",
  10. "style": {
  11. "navigationBarTitleText": "地图模式"
  12. }
  13. },
  14. {
  15. "path": "pages/my/my",
  16. "style": {
  17. "navigationBarTitleText": "个人中心"
  18. }
  19. },
  20. {
  21. "path": "pages/login/login",
  22. "style": {
  23. "navigationBarTitleText": "用户登录"
  24. }
  25. }
  26. ],
  27. "subPackages": [{
  28. "root": "subPackages/charging",
  29. "name": "charging",
  30. "pages": [{
  31. "path": "site/site",
  32. "style": {
  33. "navigationBarTitleText": "站点详情"
  34. }
  35. },
  36. {
  37. "path": "site-more/site-more",
  38. "style": {
  39. "navigationBarTitleText": "电站价格"
  40. }
  41. },
  42. {
  43. "path": "charging/charging",
  44. "style": {
  45. "navigationBarTitleText": "正在充电"
  46. }
  47. },
  48. {
  49. "path": "terminal/terminal",
  50. "style": {
  51. "navigationBarTitleText": "充电终端"
  52. }
  53. },
  54. {
  55. "path": "new-site/new-site",
  56. "style": {
  57. "navigationBarTitleText": "站点详情"
  58. }
  59. }
  60. ]
  61. },
  62. {
  63. "root": "subPackages/order",
  64. "name": "order",
  65. "pages": [{
  66. "path": "order/order",
  67. "style": {
  68. "navigationBarTitleText": "充电订单"
  69. }
  70. },
  71. {
  72. "path": "order-detail/order-detail",
  73. "style": {
  74. "navigationBarTitleText": "订单详情"
  75. }
  76. }
  77. ]
  78. },
  79. {
  80. "root": "subPackages/coupon",
  81. "name": "coupon",
  82. "pages": [{
  83. "path": "coupon-buy/coupon-buy",
  84. "style": {
  85. "navigationBarTitleText": "购券中心"
  86. }
  87. },
  88. {
  89. "path": "coupons/coupons",
  90. "style": {
  91. "navigationBarTitleText": "优惠券"
  92. }
  93. },
  94. {
  95. "path": "recharge-log/recharge-log",
  96. "style": {
  97. "navigationBarTitleText": "购券记录"
  98. }
  99. }
  100. ]
  101. },
  102. {
  103. "root": "subPackages/other",
  104. "name": "other",
  105. "pages": [{
  106. "path": "feedback/feedback",
  107. "style": {
  108. "navigationBarTitleText": ""
  109. }
  110. },
  111. {
  112. "path": "feedback-reply/feedback-reply",
  113. "style": {
  114. "navigationBarTitleText": "反馈答复"
  115. }
  116. },
  117. {
  118. "path": "search/search",
  119. "style": {
  120. "navigationBarTitleText": "站点搜索"
  121. }
  122. },
  123. {
  124. "path": "web/web",
  125. "style": {
  126. "navigationBarTitleText": "",
  127. "navigationStyle": "default",
  128. "navigationBarBackgroundColor": "#fff",
  129. "backgroundColor": "#fff"
  130. }
  131. },
  132. {
  133. "path": "banner-page/banner-page",
  134. "style": {
  135. "navigationBarTitleText": "活动详情"
  136. }
  137. },
  138. {
  139. "path": "addLicensePlates/addLicensePlates",
  140. "style": {
  141. "navigationBarTitleText": "车牌管理"
  142. }
  143. },
  144. {
  145. "path": "platePage/index",
  146. "style": {
  147. "navigationBarTitleText": "添加车牌"
  148. }
  149. }
  150. ]
  151. }
  152. ],
  153. "globalStyle": {
  154. "navigationBarTextStyle": "black",
  155. "navigationBarTitleText": "中数电动",
  156. "navigationBarBackgroundColor": "#C7FFFD",
  157. "backgroundColor": "#C7FFFD",
  158. "navigationStyle": "custom"
  159. },
  160. "uniIdRouter": {}
  161. }