app.json 3.1 KB

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