app 3.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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. ]
  36. },
  37. {
  38. "root": "pages/user",
  39. "pages": [
  40. "info",
  41. "goods-collect",
  42. "goods-log",
  43. "address/list",
  44. "address/edit",
  45. "wallet/money",
  46. "wallet/score"
  47. ]
  48. },
  49. {
  50. "root": "pages/commission",
  51. "pages": [
  52. "index",
  53. "wallet",
  54. "goods",
  55. "order",
  56. "team",
  57. "promoter",
  58. "commission-ranking",
  59. "withdraw"
  60. ]
  61. },
  62. {
  63. "root": "pages/app",
  64. "pages": [
  65. "sign"
  66. ]
  67. },
  68. {
  69. "root": "pages/public",
  70. "pages": [
  71. "setting",
  72. "richtext",
  73. "faq",
  74. "error",
  75. "webview"
  76. ]
  77. },
  78. {
  79. "root": "pages/coupon",
  80. "pages": [
  81. "list",
  82. "detail"
  83. ]
  84. },
  85. {
  86. "root": "pages/chat",
  87. "pages": [
  88. "index"
  89. ]
  90. },
  91. {
  92. "root": "pages/pay",
  93. "pages": [
  94. "index",
  95. "result",
  96. "recharge",
  97. "recharge-log"
  98. ]
  99. },
  100. {
  101. "root": "pages/activity",
  102. "pages": [
  103. "groupon/detail",
  104. "groupon/order",
  105. "index",
  106. "groupon/list",
  107. "seckill/list",
  108. "bargain/list",
  109. "bargain/detail"
  110. ]
  111. }
  112. ],
  113. "window": {
  114. "navigationBarTextStyle": "black",
  115. "navigationBarTitleText": "中星",
  116. "navigationBarBackgroundColor": "#FFFFFF",
  117. "backgroundColor": "#FFFFFF",
  118. "navigationStyle": "custom"
  119. },
  120. "tabBar": {
  121. "list": [
  122. {
  123. "pagePath": "pages/index/index"
  124. },
  125. {
  126. "pagePath": "pages/index/cart"
  127. },
  128. {
  129. "pagePath": "pages/index/user"
  130. }
  131. ]
  132. },
  133. "plugins": {},
  134. "lazyCodeLoading": "requiredComponents",
  135. "permission": {},
  136. "requiredPrivateInfos": [
  137. "chooseAddress"
  138. ],
  139. "usingComponents": {}
  140. }