pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  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/mall/index",
  15. "style": {
  16. "navigationBarTitleText": "书嗨",
  17. "enablePullDownRefresh": true
  18. }
  19. },
  20. {
  21. "path": "pages/mine/index",
  22. "style": {
  23. "navigationBarTitleText": "我的",
  24. "navigationBarBackgroundColor": "#38C148",
  25. "navigationBarTextStyle": "white",
  26. "navigationStyle": "custom"
  27. }
  28. },
  29. {
  30. "path": "pages/search",
  31. "style": {
  32. "navigationBarTitleText": "搜索商品"
  33. }
  34. },
  35. {
  36. "path": "pages/search-result",
  37. "style": {
  38. "navigationBarTitleText": ""
  39. }
  40. },
  41. {
  42. "path": "pages/login/index",
  43. "style": {
  44. "navigationBarTitleText": "登录"
  45. }
  46. },
  47. {
  48. "path": "pages/start-page"
  49. }
  50. ],
  51. "subPackages": [
  52. {
  53. "root": "pages-mall",
  54. "pages": [
  55. {
  56. "path": "pages/zone/zone",
  57. "style": {
  58. "navigationBarTitleText": "专区",
  59. "enablePullDownRefresh": true
  60. }
  61. },
  62. {
  63. "path": "pages/goods/detail",
  64. "style": {
  65. "navigationBarTitleText": "商品详情"
  66. }
  67. },
  68. {
  69. "path": "pages/order/submit",
  70. "style": {
  71. "navigationBarTitleText": "提交订单"
  72. }
  73. },
  74. {
  75. "path": "pages/order/pay",
  76. "style": {
  77. "navigationBarTitleText": "确认支付"
  78. }
  79. },
  80. {
  81. "path": "pages/order/pay-result",
  82. "style": {
  83. "navigationBarTitleText": "支付成功"
  84. }
  85. },
  86. {
  87. "path": "pages/order/list",
  88. "style": {
  89. "navigationBarTitleText": "我的订单",
  90. "enablePullDownRefresh": true
  91. }
  92. },
  93. {
  94. "path": "pages/order/detail",
  95. "style": {
  96. "navigationBarTitleText": "订单详情"
  97. }
  98. },
  99. {
  100. "path": "pages/after-sales/list",
  101. "style": {
  102. "navigationBarTitleText": "我的售后"
  103. }
  104. },
  105. {
  106. "path": "pages/after-sales/apply",
  107. "style": {
  108. "navigationBarTitleText": "申请售后"
  109. }
  110. },
  111. {
  112. "path": "pages/after-sales/apply-status",
  113. "style": {
  114. "navigationBarTitleText": "售后详情"
  115. }
  116. },
  117. {
  118. "path": "pages/after-sales/success",
  119. "style": {
  120. "navigationBarTitleText": "售后"
  121. }
  122. },
  123. {
  124. "path": "pages/after-sales/back",
  125. "style": {
  126. "navigationBarTitleText": "退款详情"
  127. }
  128. },
  129. {
  130. "path": "pages/order/express",
  131. "style": {
  132. "navigationBarTitleText": "物流详情"
  133. }
  134. }
  135. ]
  136. },
  137. {
  138. "root": "pages-mine",
  139. "pages": [
  140. {
  141. "path": "pages/address/list",
  142. "style": {
  143. "navigationBarTitleText": "收货地址"
  144. }
  145. },
  146. {
  147. "path": "pages/address/add-or-update",
  148. "style": {
  149. "navigationBarTitleText": "地址更新"
  150. }
  151. },
  152. {
  153. "path": "pages/setting",
  154. "style": {
  155. "navigationBarTitleText": "设置"
  156. }
  157. },
  158. {
  159. "path": "pages/feedback",
  160. "style": {
  161. "navigationBarTitleText": "投诉/建议"
  162. }
  163. },
  164. {
  165. "path": "pages/order-page",
  166. "style": {
  167. "navigationBarTitleText": "卖书订单"
  168. }
  169. },
  170. {
  171. "path": "pages/order-detail",
  172. "style": {
  173. "navigationBarTitleText": "卖书订单详情"
  174. }
  175. },
  176. {
  177. "path": "pages/return-detail",
  178. "style": {
  179. "navigationBarTitleText": "退回订单详情"
  180. }
  181. },
  182. {
  183. "path": "pages/return-select",
  184. "style": {
  185. "navigationBarTitleText": "申请退回"
  186. }
  187. },
  188. {
  189. "path": "pages/apply-return",
  190. "style": {
  191. "navigationBarTitleText": "申请退回"
  192. }
  193. },
  194. {
  195. "path": "pages/apply",
  196. "style": {
  197. "navigationBarTitleText": "申请退回"
  198. }
  199. },
  200. {
  201. "path": "pages/complaint",
  202. "style": {
  203. "navigationBarTitleText": "投诉上报"
  204. }
  205. },
  206. {
  207. "path": "pages/notice",
  208. "style": {
  209. "navigationBarTitleText": "消息通知"
  210. }
  211. },
  212. {
  213. "path": "pages/wallet",
  214. "style": {
  215. "navigationBarTitleText": "我的钱包"
  216. }
  217. },
  218. {
  219. "path": "pages/withdraw-detail",
  220. "style": {
  221. "navigationBarTitleText": "提现明细"
  222. }
  223. },
  224. {
  225. "path": "pages/withdraw",
  226. "style": {
  227. "navigationBarTitleText": "提现"
  228. }
  229. },
  230. {
  231. "path": "pages/cashier-desk",
  232. "style": {
  233. "navigationBarTitleText": "收银台"
  234. }
  235. },
  236. {
  237. "path": "pages/pay-success",
  238. "style": {
  239. "navigationBarTitleText": "支付成功"
  240. }
  241. },
  242. {
  243. "path": "pages/partner/partner-rule",
  244. "style": {
  245. "navigationStyle": "custom",
  246. "navigationBarTitleText": "合伙人计划"
  247. }
  248. },
  249. {
  250. "path": "pages/partner/partner-apply",
  251. "style": {
  252. "navigationBarTitleText": "成为合伙人"
  253. }
  254. },
  255. {
  256. "path": "pages/partner/partner-status",
  257. "style": {
  258. "navigationBarTitleText": "成为合伙人"
  259. }
  260. },
  261. {
  262. "path": "pages/partner/partner-home",
  263. "style": {
  264. "navigationBarTitleText": "合伙人计划"
  265. }
  266. },
  267. {
  268. "path": "pages/partner/income-detail",
  269. "style": {
  270. "navigationBarTitleText": "收入明细"
  271. }
  272. },
  273. {
  274. "path": "pages/partner/order-detail",
  275. "style": {
  276. "navigationBarTitleText": "订单明细"
  277. }
  278. },
  279. {
  280. "path": "pages/rules-for-sellbooks",
  281. "style": {
  282. "navigationBarTitleText": "卖书规则"
  283. }
  284. }
  285. ]
  286. },
  287. {
  288. "root": "pages-pub",
  289. "pages": [
  290. {
  291. "path": "richTextPage",
  292. "style": {
  293. "navigationBarTitleText": "文章详情"
  294. }
  295. }
  296. ]
  297. },
  298. {
  299. "root": "pages-home",
  300. "pages": [
  301. {
  302. "path": "pages/scaned-book",
  303. "style": {
  304. "navigationBarTitleText": "扫过的书"
  305. }
  306. },
  307. {
  308. "path": "pages/book-order",
  309. "style": {
  310. "navigationBarTitleText": "卖书订单明细"
  311. }
  312. },
  313. {
  314. "path": "pages/order-success",
  315. "style": {
  316. "navigationBarTitleText": "卖书订单提交成功"
  317. }
  318. },
  319. {
  320. "path": "pages/user-agreement",
  321. "style": {
  322. "navigationBarTitleText": "用户协议"
  323. }
  324. }
  325. ]
  326. }
  327. ],
  328. "preloadRule": {},
  329. "globalStyle": {
  330. "navigationBarTitleText": "书嗨",
  331. "navigationBarBackgroundColor": "#fff",
  332. "navigationBarTextStyle": "black",
  333. "backgroundColor": "#fff"
  334. },
  335. "tabBar": {
  336. "color": "#999",
  337. "selectedColor": "#22ac38",
  338. "list": [
  339. {
  340. "text": "首页",
  341. "pagePath": "pages/home/index",
  342. "iconPath": "/static/tabbar/home.png",
  343. "selectedIconPath": "/static/tabbar/home2.png"
  344. },
  345. {
  346. "text": "我的",
  347. "pagePath": "pages/mine/index",
  348. "iconPath": "/static/tabbar/person.png",
  349. "selectedIconPath": "/static/tabbar/person2.png"
  350. }
  351. ]
  352. },
  353. "condition": {}
  354. }