pages.json 7.3 KB

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