pages.json 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  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. "titleNView": false
  18. }
  19. },
  20. {
  21. "path": "pages/loginRegister/login",
  22. "style": {
  23. "titleNView": false,
  24. "navigationBarTitleText": "登录"
  25. }
  26. },
  27. {
  28. "path": "pages/loginRegister/forgetPassword",
  29. "style": {
  30. "titleNView": false,
  31. "navigationBarTitleText": "忘记密码"
  32. }
  33. },
  34. {
  35. "path": "pages/loginRegister/register",
  36. "style": {
  37. "titleNView": false,
  38. "navigationBarTitleText": "账号注册"
  39. }
  40. },
  41. {
  42. "path": "pages/loginRegister/changePassword",
  43. "style": {
  44. "titleNView": false,
  45. "navigationBarTitleText": "修改密码"
  46. }
  47. },
  48. {
  49. "path": "pages/my/set",
  50. "style": {
  51. "titleNView": false,
  52. "navigationBarTitleText": "设置"
  53. }
  54. },
  55. {
  56. "path": "pages/message/index",
  57. "style": {
  58. "titleNView": false
  59. }
  60. },
  61. {
  62. "path": "pages/message/deviceInfo",
  63. "style": {
  64. "titleNView": false
  65. }
  66. },
  67. {
  68. "path": "pages/bluetoothUnlock/bluetoothPair",
  69. "style": {
  70. "titleNView": false,
  71. "navigationBarTitleText": "开启感应解锁"
  72. }
  73. },
  74. {
  75. "path": "pages/bluetoothUnlock/unlockSet",
  76. "style": {
  77. "titleNView": false,
  78. "navigationBarTitleText": "开启感应解锁"
  79. }
  80. },
  81. {
  82. "path": "pages/carFunctionSet/more",
  83. "style": {
  84. "titleNView": false,
  85. "navigationBarTitleText": "更多功能"
  86. }
  87. },
  88. {
  89. "path": "pages/carFunctionSet/unbind",
  90. "style": {
  91. "titleNView": false,
  92. "navigationBarTitleText": "解除绑定"
  93. }
  94. },
  95. {
  96. "path": "pages/service/service",
  97. "style": {}
  98. },
  99. {
  100. "path": "pages/aboutMy/aboutMy",
  101. "style": {
  102. "navigationBarTitleText": "关于我们"
  103. }
  104. },
  105. {
  106. "path": "pages/activation/activation",
  107. "style": {
  108. "navigationBarTitleText": "激活车辆"
  109. }
  110. },
  111. {
  112. "path": "pages/authIdentity/authIdentity",
  113. "style": {
  114. "navigationBarTitleText": "实名认证"
  115. }
  116. },
  117. {
  118. "path": "pages/battery/battery",
  119. "style": {
  120. "navigationBarTitleText": "智能电动车",
  121. "navigationBarBackgroundColor": "#aed3ff",
  122. "scrollIndicator": "none"
  123. }
  124. },
  125. {
  126. "path": "pages/carReturnStores/carReturnStores",
  127. "style": {
  128. "navigationBarTitleText": "附近可还门店"
  129. }
  130. },
  131. {
  132. "path": "pages/callPage/callPage",
  133. "style": {}
  134. },
  135. {
  136. "path": "pages/carIntroduce/carIntroduce",
  137. "style": {
  138. "navigationBarBackgroundColor": "#C2DEFF",
  139. "scrollIndicator": "none"
  140. }
  141. },
  142. {
  143. "path": "pages/carLocation/carLocation",
  144. "style": {
  145. "navigationBarTitleText": "车辆位置"
  146. }
  147. },
  148. // {
  149. // "path": "pages/carRental/carRental",
  150. // "style": {
  151. // "navigationBarTitleText": "预约租车"
  152. // }
  153. // },
  154. {
  155. "path": "pages/contract/contract",
  156. "style": {}
  157. },
  158. {
  159. "path": "pages/coupon/coupon",
  160. "style": {
  161. "navigationBarTitleText": "优惠券"
  162. }
  163. },
  164. {
  165. "path": "pages/inputLicensePlate/inputLicensePlate",
  166. "style": {
  167. "navigationBarTitleText": "立即租车"
  168. }
  169. },
  170. {
  171. "path": "pages/livenessView/livenessView",
  172. "style": {}
  173. },
  174. {
  175. "path": "pages/login/login",
  176. "style": {}
  177. },
  178. {
  179. "path": "pages/manualInput/manualInput",
  180. "style": {
  181. "navigationBarTitleText": "手动输入车牌号"
  182. }
  183. },
  184. {
  185. "path": "pages/modifyPhone/modifyPhone",
  186. "style": {
  187. "navigationBarTitleText": "绑定新手机号"
  188. }
  189. },
  190. {
  191. "path": "pages/myPosition/myPosition",
  192. "style": {
  193. "navigationBarTitleText": "我的位置"
  194. }
  195. },
  196. {
  197. "path": "pages/travelingTrack/travelingTrack",
  198. "style": {
  199. "navigationBarTitleText": "最近骑行"
  200. }
  201. },
  202. {
  203. "path": "pages/userManagement/userManagement",
  204. "style": {
  205. "navigationBarTitleText": "用车人管理"
  206. }
  207. },
  208. {
  209. "path": "pages/addUser/addUser",
  210. "style": {
  211. "navigationBarTitleText": "添加成员"
  212. }
  213. },
  214. {
  215. "path": "pages/powerSetting/powerSetting",
  216. "style": {
  217. "navigationBarTitleText": "权限设置"
  218. }
  219. },
  220. {
  221. "path": "pages/batteryPackage/batteryPackage",
  222. "style": {
  223. "navigationBarTitleText": "换电套餐"
  224. }
  225. },
  226. {
  227. "path": "pages/carDetail/carDetail",
  228. "style": {
  229. "navigationBarTitleText": "车辆详情"
  230. }
  231. },
  232. {
  233. "path": "pages/order/order",
  234. "style": {
  235. "navigationBarTitleText": "订单"
  236. }
  237. },
  238. {
  239. "path": "pages/orderStatus/orderStatus",
  240. "style": {}
  241. },
  242. {
  243. "path": "pages/package/package",
  244. "style": {
  245. "navigationBarTitleText": "套餐"
  246. }
  247. },
  248. {
  249. "path": "pages/batteryDetail/batteryDetail",
  250. "style": {
  251. "navigationBarTitleText": "电池详情"
  252. }
  253. },
  254. {
  255. "path": "pages/deviceInfo/deviceInfo",
  256. "style": {
  257. "navigationBarTitleText": "设备信息"
  258. }
  259. },
  260. {
  261. "path": "pages/phoneLogin/phoneLogin",
  262. "style": {}
  263. },
  264. {
  265. "path": "pages/purchaseOrder/purchaseOrder",
  266. "style": {
  267. "navigationBarTitleText": "确认订单"
  268. }
  269. },
  270. {
  271. "path": "pages/scanCar/scanCar",
  272. "style": {
  273. "navigationBarTitleText": "立即租车"
  274. }
  275. },
  276. {
  277. "path": "pages/callBackUrl/callBackUrl",
  278. "style": {
  279. "navigationBarTitleText": ""
  280. }
  281. },
  282. {
  283. "path": "pages/webContent/webContent",
  284. "style": {
  285. "navigationBarTitleText": ""
  286. }
  287. }
  288. ],
  289. "tabBar": {
  290. "custom": true,
  291. "customize": true,
  292. "color": "#8a8a8a",
  293. "selectedColor": "#0074FF",
  294. "list": [{
  295. "pagePath": "pages/index/index",
  296. "text": "租车",
  297. "iconPath": "static/resource/images/home-w.png",
  298. "selectedIconPath": "static/resource/images/home-b.png"
  299. },
  300. {
  301. "pagePath": "pages/my/my",
  302. "text": "我的",
  303. "iconPath": "static/resource/images/my-w.png",
  304. "selectedIconPath": "static/resource/images/my-b.png"
  305. }
  306. ]
  307. },
  308. "permission": {
  309. "scope.userLocation": {
  310. "desc": "你的位置信息将用于小程序定位"
  311. }
  312. },
  313. "requiredPrivateInfos": [
  314. "getLocation",
  315. "chooseLocation"
  316. ],
  317. "sitemapLocation": "sitemap.json",
  318. "globalStyle": {
  319. "backgroundTextStyle": "light",
  320. "navigationBarBackgroundColor": "#ffffff",
  321. "navigationBarTitleText": "",
  322. "navigationBarTextStyle": "black"
  323. },
  324. "subPackages": []
  325. }