pages.json 7.0 KB

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