pages.json 7.0 KB

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