pages.json 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/home/index",
  8. "style": {
  9. "navigationBarTitleText": "书嗨",
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/mine/index",
  15. "style": {
  16. "navigationBarTitleText": "我的",
  17. "navigationBarBackgroundColor": "#38C148",
  18. "navigationBarTextStyle": "white",
  19. "navigationStyle": "custom"
  20. }
  21. },
  22. {
  23. "path": "pages/mine/activity",
  24. "style": {
  25. "navigationBarTitleText": "活动"
  26. }
  27. }
  28. ],
  29. "subPackages": [
  30. {
  31. "root": "pages-mine",
  32. "pages": [
  33. {
  34. "path": "pages/address/list",
  35. "style": {
  36. "navigationBarTitleText": "收货地址"
  37. }
  38. },
  39. {
  40. "path": "pages/address/add-or-update",
  41. "style": {
  42. "navigationBarTitleText": "地址更新"
  43. }
  44. },
  45. {
  46. "path": "pages/setting",
  47. "style": {
  48. "navigationBarTitleText": "设置"
  49. }
  50. },
  51. {
  52. "path": "pages/feedback",
  53. "style": {
  54. "navigationBarTitleText": "投诉/建议"
  55. }
  56. },
  57. {
  58. "path": "pages/order-page",
  59. "style": {
  60. "navigationBarTitleText": "卖书订单"
  61. }
  62. },
  63. {
  64. "path": "pages/order-detail",
  65. "style": {
  66. "navigationBarTitleText": "卖书订单详情"
  67. }
  68. },
  69. {
  70. "path": "pages/return-detail",
  71. "style": {
  72. "navigationBarTitleText": "退回订单详情"
  73. }
  74. },
  75. {
  76. "path": "pages/return-select",
  77. "style": {
  78. "navigationBarTitleText": "申请退回"
  79. }
  80. },
  81. {
  82. "path": "pages/apply-return",
  83. "style": {
  84. "navigationBarTitleText": "申请退回"
  85. }
  86. },
  87. {
  88. "path": "pages/apply",
  89. "style": {
  90. "navigationBarTitleText": "申请退回"
  91. }
  92. },
  93. {
  94. "path": "pages/complaint",
  95. "style": {
  96. "navigationBarTitleText": "投诉上报"
  97. }
  98. },
  99. {
  100. "path": "pages/notice",
  101. "style": {
  102. "navigationBarTitleText": "消息通知"
  103. }
  104. },
  105. {
  106. "path": "pages/wallet",
  107. "style": {
  108. "navigationBarTitleText": "我的钱包"
  109. }
  110. },
  111. {
  112. "path": "pages/withdraw-detail",
  113. "style": {
  114. "navigationBarTitleText": "提现明细"
  115. }
  116. },
  117. {
  118. "path": "pages/withdraw",
  119. "style": {
  120. "navigationBarTitleText": "提现"
  121. }
  122. },
  123. {
  124. "path": "pages/cashier-desk",
  125. "style": {
  126. "navigationBarTitleText": "收银台"
  127. }
  128. },
  129. {
  130. "path": "pages/pay-success",
  131. "style": {
  132. "navigationBarTitleText": "支付成功"
  133. }
  134. },
  135. {
  136. "path": "pages/partner/partner-rule",
  137. "style": {
  138. "navigationStyle": "custom",
  139. "navigationBarTitleText": "合伙人计划"
  140. }
  141. },
  142. {
  143. "path": "pages/partner/partner-apply",
  144. "style": {
  145. "navigationBarTitleText": "成为合伙人"
  146. }
  147. },
  148. {
  149. "path": "pages/partner/partner-status",
  150. "style": {
  151. "navigationBarTitleText": "成为合伙人"
  152. }
  153. },
  154. {
  155. "path": "pages/partner/partner-home",
  156. "style": {
  157. "navigationBarTitleText": "合伙人计划"
  158. }
  159. },
  160. {
  161. "path": "pages/partner/income-detail",
  162. "style": {
  163. "navigationBarTitleText": "收入明细"
  164. }
  165. },
  166. {
  167. "path": "pages/partner/order-detail",
  168. "style": {
  169. "navigationBarTitleText": "订单明细"
  170. }
  171. },
  172. {
  173. "path": "pages/rules-for-sellbooks",
  174. "style": {
  175. "navigationBarTitleText": "卖书规则"
  176. }
  177. }
  178. ]
  179. },
  180. {
  181. "root": "pages-home",
  182. "pages": [
  183. {
  184. "path": "pages/scaned-book",
  185. "style": {
  186. "navigationBarTitleText": "扫过的书"
  187. }
  188. },
  189. {
  190. "path": "pages/book-order",
  191. "style": {
  192. "navigationBarTitleText": "卖书订单明细"
  193. }
  194. },
  195. {
  196. "path": "pages/order-success",
  197. "style": {
  198. "navigationBarTitleText": "卖书订单提交成功"
  199. }
  200. },
  201. {
  202. "path": "pages/user-agreement",
  203. "style": {
  204. "navigationBarTitleText": "用户协议"
  205. }
  206. },
  207. {
  208. "path": "pages/about-us",
  209. "style": {
  210. "navigationBarTitleText": "关于书嗨"
  211. }
  212. },
  213. {
  214. "path": "pages/official-account",
  215. "style": {
  216. "navigationBarTitleText": "书嗨公众号"
  217. }
  218. }
  219. ]
  220. }
  221. ],
  222. "preloadRule": {},
  223. "globalStyle": {
  224. "navigationBarTitleText": "书嗨",
  225. "navigationBarBackgroundColor": "#fff",
  226. "navigationBarTextStyle": "black",
  227. "backgroundColor": "#fff"
  228. },
  229. "tabBar": {
  230. "color": "#999",
  231. "selectedColor": "#22ac38",
  232. "list": [
  233. {
  234. "text": "首页",
  235. "pagePath": "pages/home/index",
  236. "iconPath": "/static/tabbar/home.png",
  237. "selectedIconPath": "/static/tabbar/home2.png"
  238. },
  239. {
  240. "text": "我的",
  241. "pagePath": "pages/mine/index",
  242. "iconPath": "/static/tabbar/person.png",
  243. "selectedIconPath": "/static/tabbar/person2.png"
  244. }
  245. ]
  246. },
  247. "condition": {}
  248. }