猎豆优选小程序

app.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "pages": [
  3. "pages/home/home",
  4. "pages/optimization/optimization",
  5. "pages/my/my",
  6. "pages/webView/webView"
  7. ],
  8. "subPackages": [
  9. {
  10. "root": "pages/subPackages/login",
  11. "pages": [
  12. "loginPhone",
  13. "bindInviteCode"
  14. ]
  15. },
  16. {
  17. "root": "pages/subPackages/myOrderList",
  18. "pages": [
  19. "index"
  20. ]
  21. },
  22. {
  23. "root": "pages/subPackages/pdd",
  24. "pages": [
  25. "goodsDetail",
  26. "shareDetail"
  27. ]
  28. },
  29. {
  30. "root": "pages/subPackages/dy",
  31. "pages": [
  32. "goodsDetail",
  33. "shareDetail"
  34. ]
  35. },
  36. {
  37. "root": "pages/subPackages/wph",
  38. "pages": [
  39. "goodsDetail",
  40. "shareDetail"
  41. ]
  42. },
  43. {
  44. "root": "pages/subPackages/home",
  45. "pages": [
  46. "subjectList",
  47. "jdSubjectList",
  48. "goodsDetail",
  49. "jdGoodsDetail",
  50. "search",
  51. "shareDetail",
  52. "shareGoodsDetail"
  53. ]
  54. },
  55. {
  56. "root": "pages/subPackages/my",
  57. "pages": [
  58. "scll",
  59. "zskf",
  60. "xszn",
  61. "enlist",
  62. "tqjs",
  63. "feedback",
  64. "commonProblem",
  65. "answer",
  66. "setup",
  67. "idCard",
  68. "profit",
  69. "incomeDetailed",
  70. "withdrawDetail",
  71. "alipayWithdraw",
  72. "friendList",
  73. "commissionRank"
  74. ]
  75. },
  76. {
  77. "root": "pages/subPackages/commonPages",
  78. "pages": [
  79. "agreement",
  80. "lhKF"
  81. ]
  82. },
  83. {
  84. "root": "pages/subPackages/html",
  85. "pages": [
  86. "shareGoodsDetail",
  87. "jd_shareGoodsDetail"
  88. ]
  89. }
  90. ],
  91. "window": {
  92. "navigationBarTextStyle": "black",
  93. "navigationBarTitleText": "猎豆优选",
  94. "navigationBarBackgroundColor": "#F8F8F8",
  95. "backgroundColor": "#F8F8F8"
  96. },
  97. "tabBar": {
  98. "color": "#202020",
  99. "selectedColor": "#FF0204",
  100. "backgroundColor": "#fff",
  101. "borderStyle": "black",
  102. "list": [
  103. {
  104. "pagePath": "pages/home/home",
  105. "iconPath": "/static/tabBar/home.png",
  106. "selectedIconPath": "/static/tabBar/home-on.png",
  107. "text": "首页"
  108. },
  109. {
  110. "pagePath": "pages/my/my",
  111. "iconPath": "/static/tabBar/my.png",
  112. "selectedIconPath": "/static/tabBar/my-on.png",
  113. "text": "我的"
  114. }
  115. ]
  116. },
  117. "lazyCodeLoading": "requiredComponents",
  118. "permission": {},
  119. "usingComponents": {
  120. "clipboard": "/components/clipboard"
  121. }
  122. }