app.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/index/user",
  5. "pages/index/category",
  6. "pages/index/cart",
  7. "pages/index/login",
  8. "pages/index/search",
  9. "pages/index/page"
  10. ],
  11. "subPackages": [
  12. {
  13. "root": "pages/goods",
  14. "pages": [
  15. "index",
  16. "groupon",
  17. "seckill",
  18. "list",
  19. "comment/add",
  20. "comment/list"
  21. ]
  22. },
  23. {
  24. "root": "pages/order",
  25. "pages": [
  26. "detail",
  27. "confirm",
  28. "list",
  29. "aftersale/apply",
  30. "aftersale/return-delivery",
  31. "aftersale/list",
  32. "aftersale/detail",
  33. "aftersale/log",
  34. "express/log",
  35. "otherlist"
  36. ]
  37. },
  38. {
  39. "root": "pages/user",
  40. "pages": [
  41. "info",
  42. "setting",
  43. "qrcode-share",
  44. "goods-collect",
  45. "goods-log",
  46. "address/list",
  47. "dummyAddress/list",
  48. "invoice/edit",
  49. "invoice/list",
  50. "address/edit",
  51. "dummyAddress/edit",
  52. "wallet/money",
  53. "wallet/score",
  54. "wallet/scoreToMoney",
  55. "wallet/ScoreLog",
  56. "wallet/maxScoreLog",
  57. "wallet/team"
  58. ]
  59. },
  60. {
  61. "root": "pages/commission",
  62. "pages": [
  63. "index",
  64. "wallet",
  65. "goods",
  66. "order",
  67. "team",
  68. "promoter",
  69. "commission-ranking",
  70. "withdraw"
  71. ]
  72. },
  73. {
  74. "root": "pages/app",
  75. "pages": [
  76. "sign"
  77. ]
  78. },
  79. {
  80. "root": "pages/shop",
  81. "pages": [
  82. "index"
  83. ]
  84. },
  85. {
  86. "root": "pages/public",
  87. "pages": [
  88. "setting",
  89. "richtext",
  90. "faq",
  91. "error",
  92. "webview"
  93. ]
  94. },
  95. {
  96. "root": "pages/coupon",
  97. "pages": [
  98. "list",
  99. "detail"
  100. ]
  101. },
  102. {
  103. "root": "pages/chat",
  104. "pages": [
  105. "index",
  106. "speechtotext"
  107. ]
  108. },
  109. {
  110. "root": "pages/pay",
  111. "pages": [
  112. "index",
  113. "result",
  114. "recharge",
  115. "recharge-log"
  116. ]
  117. },
  118. {
  119. "root": "pages/activity",
  120. "pages": [
  121. "groupon/detail",
  122. "groupon/order",
  123. "index",
  124. "groupon/list",
  125. "seckill/list",
  126. "bargain/list",
  127. "bargain/detail"
  128. ]
  129. }
  130. ],
  131. "window": {
  132. "navigationBarTextStyle": "black",
  133. "navigationBarTitleText": "常来此购",
  134. "navigationBarBackgroundColor": "#FFFFFF",
  135. "backgroundColor": "#FFFFFF",
  136. "navigationStyle": "custom"
  137. },
  138. "tabBar": {
  139. "list": [
  140. {
  141. "pagePath": "pages/index/index"
  142. },
  143. {
  144. "pagePath": "pages/index/cart"
  145. },
  146. {
  147. "pagePath": "pages/index/user"
  148. }
  149. ]
  150. },
  151. "plugins": {},
  152. "lazyCodeLoading": "requiredComponents",
  153. "permission": {},
  154. "requiredPrivateInfos": [
  155. "chooseAddress"
  156. ],
  157. "usingComponents": {}
  158. }