pages.json 6.9 KB

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