pages.json 7.0 KB

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