pages.json 7.0 KB

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