app.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/index/search",
  5. "pages/service/index",
  6. "pages/service/chatRoom",
  7. "pages/my/index",
  8. "pages/index/position"
  9. ],
  10. "subPackages": [
  11. {
  12. "root": "activity",
  13. "pages": [
  14. "timeUp/index",
  15. "goPlayRank/index",
  16. "choiceness/index",
  17. "dailyOffer/index"
  18. ]
  19. },
  20. {
  21. "root": "detail",
  22. "pages": [
  23. "shopDetail/shopDetail",
  24. "discountsDetail/refuel",
  25. "discountsDetail/index",
  26. "goodsDetail/index",
  27. "qrcode/index",
  28. "virtualGoods/index"
  29. ]
  30. },
  31. {
  32. "root": "my",
  33. "pages": [
  34. "coupon/index",
  35. "edit/edit",
  36. "edit/editName",
  37. "order/index",
  38. "order/detail",
  39. "order/refund",
  40. "favorite/index",
  41. "memberCenter/index"
  42. ]
  43. },
  44. {
  45. "root": "invite",
  46. "pages": [
  47. "index",
  48. "invite",
  49. "withdraw",
  50. "bankCard"
  51. ]
  52. },
  53. {
  54. "root": "login",
  55. "pages": [
  56. "login/login",
  57. "login/otherLogin"
  58. ]
  59. },
  60. {
  61. "root": "integral",
  62. "pages": [
  63. "store",
  64. "shop",
  65. "logs"
  66. ]
  67. },
  68. {
  69. "root": "trip",
  70. "pages": [
  71. "index/index",
  72. "chooseAddress/index",
  73. "expense/index"
  74. ]
  75. },
  76. {
  77. "root": "study",
  78. "pages": [
  79. "index",
  80. "type",
  81. "studyGoodsDetail",
  82. "studyList",
  83. "courseDetail",
  84. "community/index",
  85. "community/detail",
  86. "test"
  87. ]
  88. },
  89. {
  90. "root": "special",
  91. "pages": [
  92. "water"
  93. ]
  94. },
  95. {
  96. "root": "pay",
  97. "pages": [
  98. "pay",
  99. "offlinePayment",
  100. "coupon"
  101. ]
  102. }
  103. ],
  104. "window": {
  105. "navigationBarTextStyle": "black",
  106. "navigationBarTitleText": "uni-app",
  107. "navigationBarBackgroundColor": "#fff",
  108. "backgroundColor": "#F8F8F8"
  109. },
  110. "tabBar": {
  111. "color": "#AAAAAA",
  112. "selectedColor": "#0084CF",
  113. "backgroundColor": "#fff",
  114. "list": [
  115. {
  116. "iconPath": "static/home_off.png",
  117. "selectedIconPath": "static/home_on.png",
  118. "text": "首页",
  119. "pagePath": "pages/index/index"
  120. },
  121. {
  122. "iconPath": "static/service_off.png",
  123. "selectedIconPath": "static/service_on.png",
  124. "text": "客服",
  125. "pagePath": "pages/service/index"
  126. },
  127. {
  128. "iconPath": "static/my_off.png",
  129. "selectedIconPath": "static/my_on.png",
  130. "text": "我的",
  131. "pagePath": "pages/my/index"
  132. }
  133. ]
  134. },
  135. "requiredPrivateInfos": [
  136. "getLocation",
  137. "onLocationChange",
  138. "startLocationUpdateBackground",
  139. "chooseAddress",
  140. "chooseLocation"
  141. ],
  142. "permission": {
  143. "scope.userLocation": {
  144. "desc": "获取你的位置,用于更好的使用服务"
  145. }
  146. },
  147. "usingComponents": {}
  148. }