pages.json 2.8 KB

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