pages.json 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  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/order/order",
  28. "style": {
  29. "navigationBarTitleText": "订单"
  30. }
  31. },
  32. {
  33. "path": "pages/orderDetail/orderDetail",
  34. "style": {
  35. "navigationBarTitleText": "订单详情"
  36. }
  37. },{
  38. "path": "pages/machine/machine",
  39. "style": {
  40. "navigationStyle": "custom"
  41. }
  42. },
  43. // {
  44. // "path": "pages/main/main",
  45. // "style": {
  46. // "navigationStyle":"custom"
  47. // }
  48. // },
  49. {
  50. "path": "pages/user/user",
  51. "style": {
  52. "navigationBarTitleText": "我的"
  53. }
  54. },
  55. {
  56. "path": "pages/sort/sort",
  57. "style": {
  58. "navigationBarTitleText": "分类"
  59. }
  60. },
  61. {
  62. "path": "pages/fenlei/fenlei",
  63. "style": {
  64. "navigationBarTitleText": "分类"
  65. }
  66. },
  67. {
  68. "path": "pages/video/video",
  69. "style": {
  70. "navigationBarTitleText": "直播回放"
  71. }
  72. },
  73. {
  74. "path": "pages/live/live",
  75. "style": {
  76. "navigationBarTitleText": "直播"
  77. }
  78. },
  79. {
  80. "path": "pages/interactive/index",
  81. "style": {
  82. "navigationBarTitleText": "互动社区"
  83. }
  84. },
  85. {
  86. "path": "pages/cart/cart",
  87. "style": {
  88. "navigationBarTitleText": "购物车"
  89. }
  90. },
  91. {
  92. "path": "pages/nearby/nearby",
  93. "style": {
  94. "navigationBarTitleText": "附近门店"
  95. }
  96. },
  97. {
  98. "path": "pages/search/search",
  99. "style": {
  100. "navigationBarTitleText": "搜索"
  101. }
  102. },
  103. {
  104. "path": "pages/topic/topic",
  105. "style": {}
  106. },
  107. {
  108. "path": "pages/topiclist/topiclist",
  109. "style": {
  110. "navigationBarTitleText": "特色专题"
  111. }
  112. },
  113. {
  114. "path": "pages/authorize/authorize",
  115. "style": {
  116. "navigationBarTitleText": ""
  117. }
  118. },
  119. {
  120. "path": "pages/about/about",
  121. "style": {
  122. "navigationBarTitleText": "关于我们"
  123. }
  124. },
  125. {
  126. "path": "pages/abouts/about",
  127. "style": {
  128. "navigationBarTitleText": "关于我们"
  129. }
  130. },
  131. {
  132. "path": "pages/logs/logs",
  133. "style": {
  134. "navigationBarTitleText": "查看启动日志"
  135. }
  136. },
  137. {
  138. "path": "pages/empty/empty",
  139. "style": {
  140. "navigationBarTitleText": "跳转页面"
  141. }
  142. },
  143. {
  144. "path": "pages/web/web",
  145. "style": {
  146. "navigationStyle": "custom",
  147. "navigationBarTitleText": "门店管理"
  148. }
  149. },
  150. {
  151. "path": "pages/liveMiddle/liveMiddle",
  152. "style": {
  153. "navigationBarTitleText": "直播分享"
  154. }
  155. },
  156. {
  157. "path": "pages/nearbyDetails/nearbyDetails",
  158. "style": {
  159. "navigationBarTitleText": "店铺详情"
  160. }
  161. },
  162. {
  163. "path": "pages/shop/shop",
  164. "style": {
  165. "navigationStyle": "custom",
  166. "navigationBarTitleText": "小店团"
  167. }
  168. }
  169. ],
  170. "tabBar": {
  171. "custom": true,
  172. "list": [{
  173. "pagePath": "pages/index/index",
  174. "text": "首页"
  175. },
  176. {
  177. "pagePath": "pages/machine/machine",
  178. "text": "机柜"
  179. },
  180. {
  181. "pagePath": "pages/interactive/index",
  182. "text": "社区"
  183. },
  184. // {
  185. // "pagePath": "pages/live/live",
  186. // "text": "直播"
  187. // },
  188. {
  189. "pagePath": "pages/cart/cart",
  190. "text": "购物"
  191. },
  192. {
  193. "pagePath": "pages/user/user",
  194. "text": "我的"
  195. }
  196. ],
  197. "selectedColor": "#222",
  198. "color": "#888",
  199. "borderStyle": "black",
  200. "position": "bottom",
  201. "backgroundColor": "#fff"
  202. },
  203. "style": "v2",
  204. "sitemapLocation": "sitemap.json",
  205. "permission": {
  206. "scope.userLocation": {
  207. "desc": "方便您快速完善信息!"
  208. }
  209. },
  210. "plugins": {
  211. "live-player-plugin": {
  212. "version": "1.2.10",
  213. "provider": "wx2b03c6e691cd7370"
  214. },
  215. "routePlan": {
  216. "version": "1.0.12",
  217. "provider": "wx50b5593e81dd937a"
  218. }
  219. },
  220. "globalStyle": {
  221. "backgroundTextStyle": "light",
  222. "navigationBarBackgroundColor": "#fff",
  223. "navigationBarTitleText": "",
  224. "navigationBarTextStyle": "black",
  225. "onReachBottomDistance": 300
  226. },
  227. "subPackages": [
  228. {
  229. "root": "mine",
  230. "pages": [{
  231. "path": "order/order",
  232. "style": {
  233. "navigationBarTitleText": "我的订单"
  234. }
  235. },
  236. {
  237. "path": "orderDet/orderDet",
  238. "style": {
  239. "navigationBarTitleText": "订单详情"
  240. }
  241. },
  242. {
  243. "path": "logistics/logistics",
  244. "style": {
  245. "navigationBarTitleText": "查看物流"
  246. }
  247. },
  248. {
  249. "path": "comments/comments",
  250. "style": {
  251. "navigationBarTitleText": "发表评价"
  252. }
  253. },
  254. {
  255. "path": "collect/collect",
  256. "style": {
  257. "navigationBarTitleText": "收藏"
  258. }
  259. },
  260. {
  261. "path": "remind/remind",
  262. "style": {
  263. "navigationBarTitleText": "开团提醒"
  264. }
  265. },
  266. {
  267. "path": "address/address",
  268. "style": {
  269. "navigationBarTitleText": "收货地址"
  270. }
  271. },
  272. {
  273. "path": "addAddress/addAddress",
  274. "style": {
  275. "navigationBarTitleText": "添加新地址"
  276. }
  277. },
  278. {
  279. "path": "editAddress/editAddress",
  280. "style": {
  281. "navigationBarTitleText": "编辑地址"
  282. }
  283. },
  284. {
  285. "path": "coupons/coupons",
  286. "style": {
  287. "navigationBarTitleText": "优惠券"
  288. }
  289. },
  290. {
  291. "path": "footprint/footprint",
  292. "style": {
  293. "navigationBarTitleText": "足迹"
  294. }
  295. },
  296. {
  297. "path": "help/help",
  298. "style": {
  299. "navigationBarTitleText": "帮助中心"
  300. }
  301. },
  302. {
  303. "path": "page/page",
  304. "style": {
  305. "navigationBarTitleText": ""
  306. }
  307. },
  308. {
  309. "path": "feedback/feedback",
  310. "style": {
  311. "navigationBarTitleText": "建议与反馈"
  312. }
  313. },
  314. {
  315. "path": "userinfo/userinfo",
  316. "style": {
  317. "navigationBarTitleText": "个人资料"
  318. }
  319. },
  320. {
  321. "path": "refund/refundlist/refundlist",
  322. "style": {
  323. "navigationBarTitleText": "退款列表"
  324. }
  325. },
  326. {
  327. "path": "refund/refundDetails/refundDetails",
  328. "style": {
  329. "navigationBarTitleText": "售后详情"
  330. }
  331. },
  332. {
  333. "path": "refund/refundType/refundType",
  334. "style": {
  335. "navigationBarTitleText": "客户满意中心"
  336. }
  337. },
  338. {
  339. "path": "refund/express/express",
  340. "style": {
  341. "navigationBarTitleText": "物流信息"
  342. }
  343. },
  344. {
  345. "path": "refund/applyRefund/applyRefund",
  346. "style": {
  347. "navigationBarTitleText": "退款申请"
  348. }
  349. },
  350. {
  351. "path": "vip/vip",
  352. "style": {
  353. "navigationBarBackgroundColor": "#D19C6B",
  354. "navigationBarTextStyle": "white",
  355. "navigationBarTitleText": "会员中心"
  356. }
  357. },
  358. {
  359. "path": "deliverExtend/deliverExtend",
  360. "style": {
  361. "navigationBarTitleText": "查看分单"
  362. }
  363. }, {
  364. "path": "shop/shop",
  365. "style": {
  366. "navigationBarTitleText": "我的小店"
  367. }
  368. },
  369. {
  370. "path": "invoice/invoice",
  371. "style": {
  372. "navigationBarTitleText": "我的发票"
  373. }
  374. },
  375. {
  376. "path": "update/index",
  377. "style": {
  378. "navigationBarTitleText": "更新头像昵称"
  379. }
  380. },
  381. {
  382. "path": "news/news",
  383. "style": {
  384. "navigationBarTitleText": "消息列表"
  385. }
  386. }
  387. ]
  388. },
  389. {
  390. "root": "warning",
  391. "pages": [{
  392. "path": "abnormalAlarm/abnormalAlarm",
  393. "style": {
  394. "navigationBarTitleText": "异常告警"
  395. }
  396. },{
  397. "path": "userAlarm/userAlarm",
  398. "style": {
  399. "navigationBarTitleText": "用户报障"
  400. }
  401. },{
  402. "path": "userAlarmUpload/userAlarmUpload",
  403. "style": {
  404. "navigationBarTitleText": "上传记录"
  405. }
  406. },{
  407. "path": "reconditionAlarm/reconditionAlarm",
  408. "style": {
  409. "navigationBarTitleText": "检修提醒"
  410. }
  411. },{
  412. "path": "reconditionAlarmUpload/reconditionAlarmUpload",
  413. "style": {
  414. "navigationBarTitleText": "上传记录"
  415. }
  416. },{
  417. "path": "orderAlarm/orderAlarm",
  418. "style": {
  419. "navigationBarTitleText": "异常订单"
  420. }
  421. },{
  422. "path": "machineAlarm/machineAlarm",
  423. "style": {
  424. "navigationBarTitleText": "故障告警"
  425. }
  426. }
  427. ]
  428. },
  429. {
  430. "root": "machineAndCell",
  431. "pages": [{
  432. "path": "machineInfo/machineInfo",
  433. "style": {
  434. "navigationBarTitleText": "仓体信息"
  435. }
  436. },{
  437. "path": "machineItemManage/machineItemManage",
  438. "style": {
  439. "navigationBarTitleText": "仓位管理"
  440. }
  441. },{
  442. "path": "machineDetail/machineDetail",
  443. "style": {
  444. "navigationBarTitleText": "柜体信息"
  445. }
  446. }
  447. ]
  448. }
  449. ]
  450. }