pages.json 17 KB

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