pages.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index"
  7. // "style": {
  8. // "enableShareAppMessage": true,
  9. // "navigationBarBackgroundColor": "#0074FF",
  10. // "navigationStyle": "custom",
  11. // "transparentTitle": "always"
  12. // }
  13. },
  14. {
  15. "path": "pages/my/my",
  16. "style": {
  17. "navigationBarTitleText": "个人中心",
  18. "navigationBarBackgroundColor": "#C2DEFF"
  19. }
  20. },
  21. {
  22. "path": "pages/aboutMy/aboutMy",
  23. "style": {
  24. "navigationBarTitleText": "关于我们"
  25. }
  26. },
  27. {
  28. "path": "pages/activation/activation",
  29. "style": {
  30. "navigationBarTitleText": "激活车辆"
  31. }
  32. },
  33. {
  34. "path": "pages/authIdentity/authIdentity",
  35. "style": {
  36. "navigationBarTitleText": "实名认证"
  37. }
  38. },
  39. {
  40. "path": "pages/battery/battery",
  41. "style": {
  42. "navigationBarTitleText": "智能电动车",
  43. "navigationBarBackgroundColor": "#aed3ff",
  44. "scrollIndicator": "none"
  45. }
  46. },
  47. {
  48. "path": "pages/carReturnStores/carReturnStores",
  49. "style": {
  50. "navigationBarTitleText": "附近可还门店"
  51. }
  52. },
  53. {
  54. "path": "pages/callPage/callPage",
  55. "style": {}
  56. },
  57. {
  58. "path": "pages/carIntroduce/carIntroduce",
  59. "style": {
  60. "navigationBarBackgroundColor": "#C2DEFF",
  61. "scrollIndicator": "none"
  62. }
  63. },
  64. {
  65. "path": "pages/carLocation/carLocation",
  66. "style": {
  67. "navigationBarTitleText": "车辆位置"
  68. }
  69. },
  70. // {
  71. // "path": "pages/carRental/carRental",
  72. // "style": {
  73. // "navigationBarTitleText": "预约租车"
  74. // }
  75. // },
  76. {
  77. "path": "pages/contract/contract",
  78. "style": {}
  79. },
  80. {
  81. "path": "pages/coupon/coupon",
  82. "style": {
  83. "navigationBarTitleText": "优惠券"
  84. }
  85. },
  86. {
  87. "path": "pages/inputLicensePlate/inputLicensePlate",
  88. "style": {
  89. "navigationBarTitleText": "立即租车"
  90. }
  91. },
  92. {
  93. "path": "pages/livenessView/livenessView",
  94. "style": {}
  95. },
  96. {
  97. "path": "pages/login/login",
  98. "style": {}
  99. },
  100. {
  101. "path": "pages/manualInput/manualInput",
  102. "style": {
  103. "navigationBarTitleText": "手动输入车牌号"
  104. }
  105. },
  106. {
  107. "path": "pages/modifyPhone/modifyPhone",
  108. "style": {
  109. "navigationBarTitleText": "绑定新手机号"
  110. }
  111. },
  112. {
  113. "path": "pages/myPosition/myPosition",
  114. "style": {
  115. "navigationBarTitleText": "我的位置"
  116. }
  117. },
  118. {
  119. "path": "pages/travelingTrack/travelingTrack",
  120. "style": {
  121. "navigationBarTitleText": "最近骑行"
  122. }
  123. },
  124. {
  125. "path": "pages/userManagement/userManagement",
  126. "style": {
  127. "navigationBarTitleText": "用车人管理"
  128. }
  129. },
  130. {
  131. "path": "pages/addUser/addUser",
  132. "style": {
  133. "navigationBarTitleText": "添加成员"
  134. }
  135. },
  136. {
  137. "path": "pages/order/order",
  138. "style": {
  139. "navigationBarTitleText": "订单"
  140. }
  141. },
  142. {
  143. "path": "pages/orderStatus/orderStatus",
  144. "style": {}
  145. },
  146. {
  147. "path": "pages/package/package",
  148. "style": {
  149. "navigationBarTitleText": "套餐"
  150. }
  151. },
  152. {
  153. "path": "pages/phoneLogin/phoneLogin",
  154. "style": {}
  155. },
  156. {
  157. "path": "pages/purchaseOrder/purchaseOrder",
  158. "style": {
  159. "navigationBarTitleText": "确认订单"
  160. }
  161. },
  162. {
  163. "path": "pages/scanCar/scanCar",
  164. "style": {
  165. "navigationBarTitleText": "立即租车"
  166. }
  167. },
  168. {
  169. "path": "pages/callBackUrl/callBackUrl",
  170. "style": {
  171. "navigationBarTitleText": ""
  172. }
  173. },
  174. {
  175. "path": "pages/webContent/webContent",
  176. "style": {
  177. "navigationBarTitleText": ""
  178. }
  179. }
  180. ],
  181. "tabBar": {
  182. "custom": true,
  183. "customize": true,
  184. "color": "#8a8a8a",
  185. "selectedColor": "#0074FF",
  186. "list": [{
  187. "pagePath": "pages/index/index",
  188. "text": "租车",
  189. "iconPath": "static/resource/images/home-w.png",
  190. "selectedIconPath": "static/resource/images/home-b.png"
  191. },
  192. {
  193. "pagePath": "pages/my/my",
  194. "text": "我的",
  195. "iconPath": "static/resource/images/my-w.png",
  196. "selectedIconPath": "static/resource/images/my-b.png"
  197. }
  198. ]
  199. },
  200. "permission": {
  201. "scope.userLocation": {
  202. "desc": "你的位置信息将用于小程序定位"
  203. }
  204. },
  205. "requiredPrivateInfos": [
  206. "getLocation",
  207. "chooseLocation"
  208. ],
  209. "sitemapLocation": "sitemap.json",
  210. "globalStyle": {
  211. "backgroundTextStyle": "light",
  212. "navigationBarBackgroundColor": "#ffffff",
  213. "navigationBarTitleText": "",
  214. "navigationBarTextStyle": "black"
  215. },
  216. "subPackages": []
  217. }