pages.json 6.7 KB

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