pages.json 7.4 KB

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