app.json 3.3 KB

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