pages.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. {
  2. "entryPagePath": "pages/map/map",
  3. "pages": [
  4. {
  5. "path": "pages/index/index"
  6. },
  7. {
  8. "path": "pages/map/map",
  9. "style": {
  10. "disableScroll": true
  11. }
  12. },
  13. {
  14. "path": "pages/list/list"
  15. },
  16. {
  17. "path": "pages/user/user"
  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": "#F5F5F5"
  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": "camera/camera",
  75. "style": {
  76. "navigationBarTextStyle": "white",
  77. "disableScroll": true
  78. }
  79. }
  80. ]
  81. },
  82. {
  83. "root": "pages-user",
  84. "pages": [
  85. {
  86. "path": "collect/collect",
  87. "style": {
  88. "navigationStyle": "default",
  89. "navigationBarTitleText": "我的收藏",
  90. "navigationBarBackgroundColor": "#F5F5F5"
  91. }
  92. },
  93. {
  94. "path": "profile/profile",
  95. "style": {
  96. "navigationStyle": "default",
  97. "navigationBarTitleText": "个人信息"
  98. }
  99. },
  100. {
  101. "path": "profile-edit/profile-edit",
  102. "style": {
  103. "navigationStyle": "default",
  104. "navigationBarTitleText": ""
  105. }
  106. },
  107. {
  108. "path": "wallet/wallet",
  109. "style": {
  110. "enablePullDownRefresh": true
  111. }
  112. },
  113. {
  114. "path": "wallet-refund/wallet-refund",
  115. "style": {
  116. "disableScroll": true
  117. }
  118. },
  119. {
  120. "path": "wallet-recharge/wallet-recharge",
  121. "style": {
  122. "navigationStyle": "default",
  123. "navigationBarTitleText": "我的钱包",
  124. "enablePullDownRefresh": true
  125. }
  126. }
  127. ]
  128. },
  129. {
  130. "root": "pages-common",
  131. "pages": [
  132. {
  133. "path": "contact/contact",
  134. "style": {
  135. "navigationStyle": "default",
  136. "navigationBarTitleText": "联系我们",
  137. "navigationBarBackgroundColor": "#ffffff"
  138. }
  139. }
  140. ]
  141. }
  142. ],
  143. "globalStyle": {
  144. "navigationBarTextStyle": "black",
  145. "navigationBarTitleText": "uni-app",
  146. "navigationBarBackgroundColor": "#ffffff",
  147. "backgroundColor": "#ffffff",
  148. "navigationStyle": "custom",
  149. "usingComponents": {
  150. "navigation-bar": "./wxcomponents/navigation-bar/index"
  151. }
  152. },
  153. "easycom": {
  154. "autoscan": true
  155. },
  156. "tabBar": {
  157. "custom": true,
  158. "list": [
  159. {
  160. "pagePath": "pages/map/map"
  161. },
  162. {
  163. "pagePath": "pages/list/list"
  164. },
  165. {
  166. "pagePath": "pages/user/user"
  167. }
  168. ]
  169. }
  170. }