app.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. {
  2. "pages": [
  3. "page/tabBar/home/index",
  4. "page/tabBar/neighbor/index",
  5. "page/tabBar/gate/index",
  6. "page/tabBar/message/index",
  7. "page/tabBar/mine/index"
  8. ],
  9. "permission": {
  10. "scope.userLocation": {
  11. "desc": "小程序将使用定位功能"
  12. },
  13. "scope.userFuzzyLocation": {
  14. "desc": "小程序将使用定位功能"
  15. }
  16. },
  17. "requiredPrivateInfos":[
  18. "choosePoi",
  19. "getFuzzyLocation",
  20. "chooseAddress"
  21. ],
  22. "subpackages": [{
  23. "root": "page/home",
  24. "pages": [
  25. "pages/permission/permission",
  26. "pages/house/house",
  27. "pages/myhouse/myhouse",
  28. "pages/property/property",
  29. "pages/house/search/search",
  30. "pages/house/findgarden/findgarden",
  31. "pages/car/carpay",
  32. "pages/house/renthouse/renthouse",
  33. "pages/house/detail/detail",
  34. "pages/house/map/map",
  35. "pages/house/appointment/appointment",
  36. "pages/house/myhouse/myhouse",
  37. "pages/house/addrent/addrent",
  38. "pages/house/notice/notice",
  39. "pages/house/garden-detail/garden-detail",
  40. "pages/house/manager/manager",
  41. "pages/house/oldhouse/oldhouse",
  42. "pages/house/mapFhosue/mapFhouse",
  43. "pages/house/salehosue/salehouse",
  44. "pages/phone/phone",
  45. "pages/repair/repair",
  46. "pages/repair/detail/detail",
  47. "pages/repair/addrepair/addrepair",
  48. "pages/suggestion/suggestion",
  49. "pages/suggestion/addsuggestion/addsuggestion",
  50. "pages/suggestion/detail/detail",
  51. "pages/notice/index",
  52. "pages/notice/detail/index",
  53. "pages/vote/index",
  54. "pages/vote/detail/index",
  55. "pages/allService/index",
  56. "pages/event/index",
  57. "pages/event/detail/index",
  58. "pages/face/face/index",
  59. "pages/carowner/carwash/carwash",
  60. "pages/carowner/service/service",
  61. "pages/carowner/maintain/maintain",
  62. "pages/carowner/assessment/assessment",
  63. "pages/carowner/illegally/illegally",
  64. "pages/carowner/annual/annual",
  65. "pages/carowner/roadside/roadside"
  66. ]
  67. },
  68. {
  69. "root": "page/neighbor",
  70. "pages": [
  71. "pages/addArticle/addArticle",
  72. "pages/myarticle/myarticle",
  73. "pages/Detail/Detail"
  74. ]
  75. },
  76. {
  77. "root": "page/gate",
  78. "pages": [
  79. "pages/visitor/index",
  80. "pages/door/index",
  81. "pages/myvisitor/myvisitor",
  82. "pages/sharedoor/sharedoor"
  83. ]
  84. },
  85. {
  86. "root": "page/message",
  87. "pages": [
  88. "pages/VKSession",
  89. "pages/Chat/chat"
  90. ]
  91. },
  92. {
  93. "root": "page/mine",
  94. "pages": [
  95. "pages/myhouse/index",
  96. "pages/setting/index",
  97. "pages/setting/editName/index",
  98. "pages/setting/inentity/index",
  99. "pages/success/index",
  100. "pages/failed/index",
  101. "pages/houseApply/index",
  102. "pages/livingPay/index",
  103. "pages/livingPay/billList/index",
  104. "pages/livingPay/detail/detail",
  105. "login/login",
  106. "pages/protocol/protocol",
  107. "pages/manager/manager",
  108. "pages/mycar/mycar",
  109. "pages/mypaking/paking",
  110. "pages/myappointment/myappointment"
  111. ]
  112. }
  113. ],
  114. "tabBar": {
  115. "backgroundColor": "#ffffff",
  116. "color": "#CCCCCC",
  117. "selectedColor": "#1b9e14",
  118. "list": [{
  119. "pagePath": "page/tabBar/home/index",
  120. "text": "首页",
  121. "iconPath": "components/tabbar/icon/home.png",
  122. "selectedIconPath": "components/tabbar/icon/home-select.png"
  123. },
  124. {
  125. "pagePath": "page/tabBar/neighbor/index",
  126. "text": "邻里",
  127. "iconPath": "components/tabbar/icon/book.png",
  128. "selectedIconPath": "components/tabbar/icon/book-select.png"
  129. },
  130. {
  131. "pagePath": "page/tabBar/gate/index",
  132. "text": "门禁",
  133. "iconPath": "components/tabbar/icon/phone.png",
  134. "selectedIconPath": "components/tabbar/icon/phone.png"
  135. },
  136. {
  137. "pagePath": "page/tabBar/message/index",
  138. "text": "消息",
  139. "iconPath": "components/tabbar/icon/message.png",
  140. "selectedIconPath": "components/tabbar/icon/message-select.png"
  141. },
  142. {
  143. "pagePath": "page/tabBar/mine/index",
  144. "text": "我的",
  145. "iconPath": "components/tabbar/icon/my.png",
  146. "selectedIconPath": "components/tabbar/icon/my-select.png"
  147. }
  148. ]
  149. },
  150. "lazyCodeLoading": "requiredComponents",
  151. "networkTimeout": {
  152. "request": 5000
  153. },
  154. "window": {
  155. "backgroundTextStyle": "dark",
  156. "navigationBarBackgroundColor": "#fff",
  157. "navigationBarTitleText": "易小居",
  158. "navigationBarTextStyle": "black"
  159. },
  160. "sitemapLocation": "sitemap.json",
  161. "plugins": {
  162. "citySelector": {
  163. "version": "1.0.1",
  164. "provider": "wx63ffb7b7894e99ae"
  165. }
  166. }
  167. }