pages.json 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "皮小电平台"
  6. }
  7. },
  8. {
  9. "path": "pages/operationData/operationData",
  10. "style": {
  11. "navigationBarTitleText": "运营数据"
  12. }
  13. },
  14. {
  15. "path": "pages/operationDataPersonal/operationDataPersonal",
  16. "style": {
  17. "navigationBarTitleText": "运营情况"
  18. }
  19. },
  20. {
  21. "path": "pages/myMerchant/myMerchant",
  22. "style": {
  23. "navigationBarTitleText": "我的门店"
  24. }
  25. },
  26. {
  27. "path": "pages/myStore/myStore",
  28. "style": {
  29. "navigationBarTitleText": "我的商家"
  30. }
  31. },
  32. {
  33. "path": "pages/order/order",
  34. "style": {
  35. "navigationBarTitleText": "订单",
  36. "navigationStyle": "custom"
  37. }
  38. },
  39. {
  40. "path": "pages/orderDetail/orderDetail",
  41. "style": {
  42. "navigationBarTitleText": "订单详情"
  43. }
  44. },
  45. {
  46. "path": "pages/machine/machine",
  47. "style": {
  48. "navigationStyle": "custom"
  49. }
  50. },
  51. {
  52. "path": "pages/cell/cell",
  53. "style": {
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. // {
  58. // "path": "pages/main/main",
  59. // "style": {
  60. // "navigationStyle":"custom"
  61. // }
  62. // },
  63. {
  64. "path": "pages/user/user",
  65. "style": {
  66. "navigationBarTitleText": "",
  67. "navigationBarBackgroundColor": "#EB692F"
  68. }
  69. },
  70. {
  71. "path": "pages/nearby/nearby",
  72. "style": {
  73. "navigationBarTitleText": "附近门店"
  74. }
  75. },
  76. {
  77. "path": "pages/authorize/authorize",
  78. "style": {
  79. "navigationBarTitleText": ""
  80. }
  81. },
  82. {
  83. "path": "pages/about/about",
  84. "style": {
  85. "navigationBarTitleText": "关于我们"
  86. }
  87. },
  88. {
  89. "path": "pages/abouts/about",
  90. "style": {
  91. "navigationBarTitleText": "关于我们"
  92. }
  93. },
  94. {
  95. "path": "pages/logs/logs",
  96. "style": {
  97. "navigationBarTitleText": "查看启动日志"
  98. }
  99. },
  100. {
  101. "path": "pages/empty/empty",
  102. "style": {
  103. "navigationBarTitleText": "跳转页面"
  104. }
  105. },
  106. {
  107. "path": "pages/web/web",
  108. "style": {
  109. "navigationStyle": "custom",
  110. "navigationBarTitleText": "门店管理"
  111. }
  112. },
  113. {
  114. "path": "pages/nearbyDetails/nearbyDetails",
  115. "style": {
  116. "navigationBarTitleText": "店铺详情"
  117. }
  118. }
  119. ],
  120. "tabBar": {
  121. "custom": true,
  122. "list": [{
  123. "pagePath": "pages/index/index",
  124. "text": "首页"
  125. },
  126. {
  127. "pagePath": "pages/machine/machine",
  128. "text": "机柜"
  129. },
  130. {
  131. "pagePath": "pages/cell/cell",
  132. "text": "电池"
  133. },
  134. {
  135. "pagePath": "pages/order/order",
  136. "text": "订单"
  137. },
  138. {
  139. "pagePath": "pages/user/user",
  140. "text": "我的"
  141. }
  142. ],
  143. "selectedColor": "#222",
  144. "color": "#888",
  145. "borderStyle": "black",
  146. "position": "bottom",
  147. "backgroundColor": "#fff"
  148. },
  149. "style": "v2",
  150. "sitemapLocation": "sitemap.json",
  151. "permission": {
  152. "scope.userLocation": {
  153. "desc": "方便您快速完善信息!"
  154. }
  155. },
  156. "plugins": {
  157. "live-player-plugin": {
  158. "version": "1.2.10",
  159. "provider": "wx2b03c6e691cd7370"
  160. },
  161. "routePlan": {
  162. "version": "1.0.12",
  163. "provider": "wx50b5593e81dd937a"
  164. }
  165. },
  166. "globalStyle": {
  167. "backgroundTextStyle": "light",
  168. "navigationBarBackgroundColor": "#fff",
  169. "navigationBarTitleText": "",
  170. "navigationBarTextStyle": "black",
  171. "onReachBottomDistance": 300
  172. },
  173. "subPackages": [{
  174. "root": "mine",
  175. "pages": [{
  176. "path": "order/order",
  177. "style": {
  178. "navigationBarTitleText": "我的订单"
  179. }
  180. },
  181. {
  182. "path": "orderDet/orderDet",
  183. "style": {
  184. "navigationBarTitleText": "订单详情"
  185. }
  186. },
  187. {
  188. "path": "address/address",
  189. "style": {
  190. "navigationBarTitleText": "收货地址"
  191. }
  192. },
  193. {
  194. "path": "addAddress/addAddress",
  195. "style": {
  196. "navigationBarTitleText": "添加新地址"
  197. }
  198. },
  199. {
  200. "path": "editAddress/editAddress",
  201. "style": {
  202. "navigationBarTitleText": "编辑地址"
  203. }
  204. },
  205. {
  206. "path": "help/help",
  207. "style": {
  208. "navigationBarTitleText": "帮助中心"
  209. }
  210. },
  211. {
  212. "path": "page/page",
  213. "style": {
  214. "navigationBarTitleText": ""
  215. }
  216. },
  217. {
  218. "path": "feedback/feedback",
  219. "style": {
  220. "navigationBarTitleText": "建议与反馈"
  221. }
  222. },
  223. {
  224. "path": "userinfo/userinfo",
  225. "style": {
  226. "navigationBarTitleText": "个人资料"
  227. }
  228. },
  229. {
  230. "path": "refund/refundlist/refundlist",
  231. "style": {
  232. "navigationBarTitleText": "退款列表"
  233. }
  234. },
  235. {
  236. "path": "refund/refundDetails/refundDetails",
  237. "style": {
  238. "navigationBarTitleText": "售后详情"
  239. }
  240. },
  241. {
  242. "path": "refund/refundType/refundType",
  243. "style": {
  244. "navigationBarTitleText": "客户满意中心"
  245. }
  246. },
  247. {
  248. "path": "refund/express/express",
  249. "style": {
  250. "navigationBarTitleText": "物流信息"
  251. }
  252. },
  253. {
  254. "path": "refund/applyRefund/applyRefund",
  255. "style": {
  256. "navigationBarTitleText": "退款申请"
  257. }
  258. },
  259. {
  260. "path": "vip/vip",
  261. "style": {
  262. "navigationBarBackgroundColor": "#D19C6B",
  263. "navigationBarTextStyle": "white",
  264. "navigationBarTitleText": "会员中心"
  265. }
  266. },
  267. {
  268. "path": "update/index",
  269. "style": {
  270. "navigationBarTitleText": "更新头像昵称"
  271. }
  272. },
  273. {
  274. "path": "news/news",
  275. "style": {
  276. "navigationBarTitleText": "消息列表"
  277. }
  278. },{
  279. "path": "myUser/myUser",
  280. "style": {
  281. "navigationBarTitleText": "我的用户"
  282. }
  283. }
  284. ]
  285. },
  286. {
  287. "root": "warning",
  288. "pages": [{
  289. "path": "abnormalAlarm/abnormalAlarm",
  290. "style": {
  291. "navigationBarTitleText": "异常告警"
  292. }
  293. }, {
  294. "path": "userAlarm/userAlarm",
  295. "style": {
  296. "navigationBarTitleText": "用户报障"
  297. }
  298. }, {
  299. "path": "userAlarmUpload/userAlarmUpload",
  300. "style": {
  301. "navigationBarTitleText": "上传记录"
  302. }
  303. }, {
  304. "path": "reconditionAlarm/reconditionAlarm",
  305. "style": {
  306. "navigationBarTitleText": "检修提醒"
  307. }
  308. }, {
  309. "path": "reconditionAlarmUpload/reconditionAlarmUpload",
  310. "style": {
  311. "navigationBarTitleText": "上传记录"
  312. }
  313. }, {
  314. "path": "orderAlarm/orderAlarm",
  315. "style": {
  316. "navigationBarTitleText": "异常订单"
  317. }
  318. }, {
  319. "path": "machineAlarm/machineAlarm",
  320. "style": {
  321. "navigationBarTitleText": "故障告警"
  322. }
  323. }]
  324. },
  325. {
  326. "root": "machineAndCell",
  327. "pages": [{
  328. "path": "machineInfo/machineInfo",
  329. "style": {
  330. "navigationBarTitleText": "仓体信息"
  331. }
  332. }, {
  333. "path": "machineItemManage/machineItemManage",
  334. "style": {
  335. "navigationBarTitleText": "仓位管理"
  336. }
  337. }, {
  338. "path": "machineDetail/machineDetail",
  339. "style": {
  340. "navigationBarTitleText": "柜体信息"
  341. }
  342. }, {
  343. "path": "machineDetailEdit/machineDetailEdit",
  344. "style": {
  345. "navigationBarTitleText": "更改名称/地址"
  346. }
  347. },
  348. {
  349. "path": "cellDetail/cellDetail",
  350. "style": {
  351. "navigationBarTitleText": "详情"
  352. }
  353. }, {
  354. "path": "BMS/BMS",
  355. "style": {
  356. "navigationBarTitleText": "BMS信息"
  357. }
  358. },{
  359. "path": "map/map",
  360. "style": {
  361. "navigationBarTitleText": ""
  362. }
  363. }
  364. ]
  365. }
  366. ]
  367. }