pages.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/sell/index",
  8. "style": {
  9. "navigationBarTitleText": "书嗨",
  10. "navigationBarTextStyle": "white",
  11. "navigationStyle": "custom",
  12. "enablePullDownRefresh": true,
  13. "usingComponents": {
  14. "sell-container": "/pages-sell/components/sell-container/index"
  15. },
  16. "componentPlaceholder": {
  17. "sell-container": "view"
  18. }
  19. }
  20. },
  21. {
  22. "path": "pages/home/index",
  23. "style": {
  24. "navigationBarTitleText": "",
  25. "navigationBarTextStyle": "white",
  26. "navigationStyle": "custom",
  27. "mp-alipay": {
  28. "transparentTitle": "always",
  29. "titlePenetrate": "YES",
  30. "pullRefresh": true
  31. }
  32. }
  33. },
  34. {
  35. "path": "pages/mine/index",
  36. "style": {
  37. "navigationBarTitleText": "",
  38. "navigationBarBackgroundColor": "#38C148",
  39. "navigationBarTextStyle": "white",
  40. "navigationStyle": "custom",
  41. "mp-alipay": {
  42. "transparentTitle": "always",
  43. "titlePenetrate": "YES"
  44. }
  45. }
  46. },
  47. {
  48. "path": "pages/code/search",
  49. "style": {
  50. "navigationBarTitleText": "激活码库存查询"
  51. }
  52. },
  53. {
  54. "path": "pages/mine/activity",
  55. "style": {
  56. "navigationBarTitleText": "活动"
  57. }
  58. },
  59. {
  60. "path": "pages/cart/index",
  61. "style": {
  62. "navigationBarTitleText": "购物车",
  63. "enablePullDownRefresh": true,
  64. "usingComponents": {
  65. "cart-container": "/pages-car/pages/index"
  66. },
  67. "componentPlaceholder": {
  68. "cart-container": "view"
  69. }
  70. }
  71. }
  72. ],
  73. "subPackages": [
  74. {
  75. "root": "pages-mine",
  76. "pages": [
  77. {
  78. "path": "pages/address/list",
  79. "style": {
  80. "navigationBarTitleText": "收货地址"
  81. }
  82. },
  83. {
  84. "path": "pages/address/add-or-update",
  85. "style": {
  86. "navigationBarTitleText": "地址更新"
  87. }
  88. },
  89. {
  90. "path": "pages/setting",
  91. "style": {
  92. "navigationBarTitleText": "设置"
  93. }
  94. },
  95. {
  96. "path": "pages/feedback",
  97. "style": {
  98. "navigationBarTitleText": "投诉/建议"
  99. }
  100. },
  101. {
  102. "path": "pages/order-page",
  103. "style": {
  104. "navigationBarTitleText": "卖书订单"
  105. }
  106. },
  107. {
  108. "path": "pages/order-detail",
  109. "style": {
  110. "navigationBarTitleText": "卖书订单详情"
  111. }
  112. },
  113. {
  114. "path": "pages/return-detail",
  115. "style": {
  116. "navigationBarTitleText": "退回订单详情"
  117. }
  118. },
  119. {
  120. "path": "pages/return-select",
  121. "style": {
  122. "navigationBarTitleText": "申请退回"
  123. }
  124. },
  125. {
  126. "path": "pages/apply-return",
  127. "style": {
  128. "navigationBarTitleText": "申请退回"
  129. }
  130. },
  131. {
  132. "path": "pages/apply",
  133. "style": {
  134. "navigationBarTitleText": "申请退回"
  135. }
  136. },
  137. {
  138. "path": "pages/complaint",
  139. "style": {
  140. "navigationBarTitleText": "投诉上报"
  141. }
  142. },
  143. {
  144. "path": "pages/notice",
  145. "style": {
  146. "navigationBarTitleText": "消息通知"
  147. }
  148. },
  149. {
  150. "path": "pages/wallet",
  151. "style": {
  152. "navigationBarTitleText": "我的钱包",
  153. "mp-alipay": {
  154. "pullRefresh": true
  155. }
  156. }
  157. },
  158. {
  159. "path": "pages/withdraw-detail",
  160. "style": {
  161. "navigationBarTitleText": "提现明细",
  162. "mp-alipay": {
  163. "pullRefresh": true
  164. }
  165. }
  166. },
  167. {
  168. "path": "pages/withdraw",
  169. "style": {
  170. "navigationBarTitleText": "提现"
  171. }
  172. },
  173. {
  174. "path": "pages/cashier-desk",
  175. "style": {
  176. "navigationBarTitleText": "收银台"
  177. }
  178. },
  179. {
  180. "path": "pages/pay-success",
  181. "style": {
  182. "navigationBarTitleText": "支付成功"
  183. }
  184. },
  185. {
  186. "path": "pages/partner/partner-rule",
  187. "style": {
  188. "navigationStyle": "custom",
  189. "navigationBarTitleText": "",
  190. "mp-alipay": {
  191. "transparentTitle": "always",
  192. "titlePenetrate": "YES"
  193. }
  194. }
  195. },
  196. {
  197. "path": "pages/partner/partner-apply",
  198. "style": {
  199. "navigationBarTitleText": "成为合伙人"
  200. }
  201. },
  202. {
  203. "path": "pages/partner/partner-status",
  204. "style": {
  205. "navigationBarTitleText": "成为合伙人"
  206. }
  207. },
  208. {
  209. "path": "pages/partner/partner-home",
  210. "style": {
  211. "navigationBarTitleText": "合伙人计划"
  212. }
  213. },
  214. {
  215. "path": "pages/partner/income-detail",
  216. "style": {
  217. "navigationBarTitleText": "收入明细",
  218. "mp-alipay": {
  219. "pullRefresh": true
  220. }
  221. }
  222. },
  223. {
  224. "path": "pages/partner/order-detail",
  225. "style": {
  226. "navigationBarTitleText": "订单明细",
  227. "mp-alipay": {
  228. "pullRefresh": true
  229. }
  230. }
  231. },
  232. {
  233. "path": "pages/rules-for-sellbooks",
  234. "style": {
  235. "navigationBarTitleText": "卖书规则"
  236. }
  237. },
  238. {
  239. "path": "pages/customer-service",
  240. "style": {
  241. "navigationBarTitleText": "在线客服"
  242. }
  243. },
  244. {
  245. "path": "pages/review-image",
  246. "style": {
  247. "navigationBarTitleText": "复审详情"
  248. }
  249. }
  250. ]
  251. },
  252. {
  253. "root": "pages-home",
  254. "pages": [
  255. {
  256. "path": "pages/scaned-book",
  257. "style": {
  258. "navigationBarTitleText": "扫过的书"
  259. }
  260. },
  261. {
  262. "path": "pages/book-order",
  263. "style": {
  264. "navigationBarTitleText": "卖书订单明细"
  265. }
  266. },
  267. {
  268. "path": "pages/order-success",
  269. "style": {
  270. "navigationBarTitleText": "卖书订单提交成功"
  271. }
  272. },
  273. {
  274. "path": "pages/user-agreement",
  275. "style": {
  276. "navigationBarTitleText": "用户协议"
  277. }
  278. },
  279. {
  280. "path": "pages/about-us",
  281. "style": {
  282. "navigationBarTitleText": "关于书嗨"
  283. }
  284. },
  285. {
  286. "path": "pages/official-account",
  287. "style": {
  288. "navigationBarTitleText": "书嗨公众号"
  289. }
  290. }
  291. ]
  292. },
  293. {
  294. "root": "pages-car",
  295. "pages": [
  296. {
  297. "path": "pages/index",
  298. "style": {
  299. "navigationBarTitleText": "购物车"
  300. }
  301. },
  302. {
  303. "path": "pages/arrival-reminder",
  304. "style": {
  305. "navigationBarTitleText": "到货提醒"
  306. }
  307. },
  308. {
  309. "path": "pages/my-footprint",
  310. "style": {
  311. "navigationBarTitleText": "我的足迹"
  312. }
  313. },
  314. {
  315. "path": "pages/logistics-detail",
  316. "style": {
  317. "navigationBarTitleText": "物流详情"
  318. }
  319. },
  320. {
  321. "path": "pages/my-fav",
  322. "style": {
  323. "navigationBarTitleText": "我的收藏"
  324. }
  325. },
  326. {
  327. "path": "pages/my-order",
  328. "style": {
  329. "navigationBarTitleText": "我的订单"
  330. }
  331. },
  332. {
  333. "path": "pages/order-detail",
  334. "style": {
  335. "navigationBarTitleText": "订单详情"
  336. }
  337. },
  338. {
  339. "path": "pages/apply-refund",
  340. "style": {
  341. "navigationBarTitleText": "申请售后"
  342. }
  343. },
  344. {
  345. "path": "pages/confirm-order",
  346. "style": {
  347. "navigationBarTitleText": "确认订单"
  348. }
  349. },
  350. {
  351. "path": "pages/red-packet",
  352. "style": {
  353. "navigationBarTitleText": "红包"
  354. }
  355. },
  356. {
  357. "path": "pages/cashier-desk",
  358. "style": {
  359. "navigationBarTitleText": "收银台"
  360. }
  361. },
  362. {
  363. "path": "pages/pay-success",
  364. "style": {
  365. "navigationBarTitleText": "支付成功"
  366. }
  367. },
  368. {
  369. "path": "pages/complaint",
  370. "style": {
  371. "navigationBarTitleText": "订单投诉"
  372. }
  373. },
  374. {
  375. "path": "pages/refund-detail",
  376. "style": {
  377. "navigationBarTitleText": "订单详情"
  378. }
  379. },
  380. {
  381. "path": "pages/fill-logistics",
  382. "style": {
  383. "navigationBarTitleText": "填写退货物流"
  384. }
  385. },
  386. {
  387. "path": "pages/negotiation-history",
  388. "style": {
  389. "navigationBarTitleText": "协商历史"
  390. }
  391. }
  392. ]
  393. },
  394. {
  395. "root": "pages-sell",
  396. "pages": [
  397. {
  398. "path": "pages/placeholder",
  399. "style": {
  400. "navigationBarTitleText": "Placeholder"
  401. }
  402. },
  403. {
  404. "path": "pages/hot-sell",
  405. "style": {
  406. "navigationStyle": "custom",
  407. "navigationBarTitleText": ""
  408. }
  409. },
  410. {
  411. "path": "pages/recommend",
  412. "style": {
  413. "navigationStyle": "custom",
  414. "navigationBarTitleText": ""
  415. }
  416. },
  417. {
  418. "path": "pages/search",
  419. "style": {
  420. "navigationStyle": "custom"
  421. }
  422. },
  423. {
  424. "path": "pages/search-result",
  425. "style": {
  426. "navigationStyle": "custom"
  427. }
  428. },
  429. {
  430. "path": "pages/feedback",
  431. "style": {
  432. "navigationStyle": "custom"
  433. }
  434. },
  435. {
  436. "path": "pages/topic",
  437. "style": {
  438. "navigationStyle": "custom",
  439. "navigationBarTitleText": ""
  440. }
  441. },
  442. {
  443. "path": "pages/detail",
  444. "style": {
  445. "navigationStyle": "custom",
  446. "navigationBarTitleText": ""
  447. }
  448. }
  449. ]
  450. },
  451. {
  452. "root": "packet",
  453. "pages": [
  454. {
  455. "path": "pages/index",
  456. "style": {
  457. "navigationBarTitleText": "领取红包",
  458. "navigationBarBackgroundColor": "#ffffff",
  459. "navigationBarTextStyle": "black"
  460. }
  461. },
  462. {
  463. "path": "pages/get",
  464. "style": {
  465. "navigationBarTitleText": "领取红包",
  466. "navigationBarBackgroundColor": "#ffffff",
  467. "navigationBarTextStyle": "black"
  468. }
  469. },
  470. {
  471. "path": "pages/share",
  472. "style": {
  473. "navigationBarTitleText": "分享领红包",
  474. "navigationBarBackgroundColor": "#ffffff",
  475. "navigationBarTextStyle": "black"
  476. }
  477. }
  478. ]
  479. }
  480. ],
  481. "preloadRule": {},
  482. "globalStyle": {
  483. "navigationBarTitleText": "书嗨",
  484. "navigationBarBackgroundColor": "#fff",
  485. "navigationBarTextStyle": "black",
  486. "backgroundColor": "#fff"
  487. },
  488. "tabBar": {
  489. "color": "#999",
  490. "selectedColor": "#22ac38",
  491. "list": [
  492. {
  493. "text": "首页",
  494. "pagePath": "pages/sell/index",
  495. "iconPath": "/static/tabbar/home.png",
  496. "selectedIconPath": "/static/tabbar/home2.png"
  497. },
  498. {
  499. "text": "卖书",
  500. "pagePath": "pages/home/index",
  501. "iconPath": "/static/tabbar/sell.png",
  502. "selectedIconPath": "/static/tabbar/sell2.png"
  503. },
  504. {
  505. "text": "购物车",
  506. "pagePath": "pages/cart/index",
  507. "iconPath": "/static/tabbar/cart.png",
  508. "selectedIconPath": "/static/tabbar/cart2.png"
  509. },
  510. {
  511. "text": "我的",
  512. "pagePath": "pages/mine/index",
  513. "iconPath": "/static/tabbar/person.png",
  514. "selectedIconPath": "/static/tabbar/person2.png"
  515. }
  516. ]
  517. },
  518. "condition": {}
  519. }