pages.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. {
  2. "entryPagePath": "pages/map/map",
  3. "pages": [
  4. {
  5. "path": "pages/map/map",
  6. "style": {
  7. "disableScroll": true
  8. }
  9. },
  10. {
  11. "path": "pages/list/list"
  12. },
  13. {
  14. "path": "pages/user/user"
  15. },
  16. {
  17. "path": "pages/index/index"
  18. }
  19. ],
  20. "subPackages": [
  21. {
  22. "root": "pages-charge",
  23. "pages": [
  24. {
  25. "path": "machines/machines",
  26. "style": {
  27. "navigationBarTitleText": "",
  28. "navigationStyle": "default",
  29. "navigationBarBackgroundColor": "#ffffff"
  30. }
  31. },
  32. {
  33. "path": "codeing/codeing",
  34. "style": {
  35. "navigationBarTitleText": "编码充电",
  36. "navigationStyle": "default"
  37. }
  38. },
  39. {
  40. "path": "order/order",
  41. "style": {
  42. "navigationStyle": "default",
  43. "navigationBarTitleText": "充电费用"
  44. }
  45. },
  46. {
  47. "path": "ordering/ordering",
  48. "style": {
  49. "navigationBarTitleText": "充电",
  50. "navigationStyle": "default",
  51. "disableScroll": true
  52. }
  53. },
  54. {
  55. "path": "orders/orders",
  56. "style": {
  57. "navigationStyle": "default",
  58. "navigationBarTitleText": "充电订单",
  59. "enablePullDownRefresh": true
  60. }
  61. },
  62. {
  63. "path": "search/search"
  64. },
  65. {
  66. "path": "appointment/appointment",
  67. "style": {
  68. "navigationBarTitleText": "预约充电",
  69. "navigationStyle": "default",
  70. "navigationBarBackgroundColor": "#F6F7FA"
  71. }
  72. },
  73. {
  74. "path": "discount/discount",
  75. "style": {
  76. "navigationBarTitleText": "选择充电优惠",
  77. "navigationStyle": "default",
  78. "navigationBarBackgroundColor": "#F6F7FA"
  79. }
  80. },
  81. {
  82. "path": "camera/camera",
  83. "style": {
  84. "navigationBarTextStyle": "white",
  85. "disableScroll": true
  86. }
  87. },
  88. {
  89. "path": "card/card",
  90. "style": {
  91. "navigationStyle": "default",
  92. "navigationBarTitleText": "我的卡包",
  93. "enablePullDownRefresh": true
  94. }
  95. },
  96. {
  97. "path": "coupon-center/coupon-center",
  98. "style": {
  99. "navigationStyle": "default",
  100. "navigationBarTitleText": "领券中心"
  101. }
  102. }
  103. ]
  104. },
  105. {
  106. "root": "pages-user",
  107. "pages": [
  108. {
  109. "path": "collect/collect",
  110. "style": {
  111. "navigationStyle": "default",
  112. "navigationBarTitleText": "我的收藏",
  113. "navigationBarBackgroundColor": "#F5F5F5"
  114. }
  115. },
  116. {
  117. "path": "profile/profile",
  118. "style": {
  119. "navigationStyle": "default",
  120. "navigationBarTitleText": "个人信息"
  121. }
  122. },
  123. {
  124. "path": "profile-edit/profile-edit",
  125. "style": {
  126. "navigationStyle": "default",
  127. "navigationBarTitleText": ""
  128. }
  129. },
  130. {
  131. "path": "wallet/wallet"
  132. },
  133. {
  134. "path": "wallet-refund/wallet-refund",
  135. "style": {
  136. "disableScroll": true
  137. }
  138. },
  139. {
  140. "path": "wallet-recharge/wallet-recharge",
  141. "style": {
  142. "navigationStyle": "default",
  143. "navigationBarTitleText": "我的钱包",
  144. "enablePullDownRefresh": true
  145. }
  146. }
  147. ]
  148. },
  149. {
  150. "root": "pages-common",
  151. "pages": [
  152. {
  153. "path": "faq/faq",
  154. "style": {
  155. "navigationStyle": "default",
  156. "navigationBarTitleText": "常见问题",
  157. "navigationBarBackgroundColor": "#ffffff"
  158. }
  159. },
  160. {
  161. "path": "invoice/invoice",
  162. "style": {
  163. "navigationStyle": "default",
  164. "navigationBarTitleText": "发票详情",
  165. "navigationBarBackgroundColor": "#F6F7FA"
  166. }
  167. },
  168. {
  169. "path": "activity/activity",
  170. "style": {
  171. "navigationStyle": "default",
  172. "navigationBarTitleText": "活动明细"
  173. }
  174. }
  175. ]
  176. }
  177. ],
  178. "preloadRule": {
  179. "pages/map/map": {
  180. "network": "all",
  181. "packages": ["pages-charge"]
  182. }
  183. },
  184. "globalStyle": {
  185. "navigationBarTextStyle": "black",
  186. "navigationBarTitleText": "uni-app",
  187. "navigationBarBackgroundColor": "#ffffff",
  188. "backgroundColor": "#ffffff",
  189. "navigationStyle": "custom",
  190. "usingComponents": {
  191. "navigation-bar": "./wxcomponents/navigation-bar/index"
  192. }
  193. },
  194. "easycom": {
  195. "autoscan": true
  196. },
  197. "tabBar": {
  198. "custom": true,
  199. "list": [
  200. {
  201. "pagePath": "pages/map/map"
  202. },
  203. {
  204. "pagePath": "pages/user/user"
  205. }
  206. ]
  207. }
  208. }