pages.json 6.7 KB

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