app.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. {
  2. "pages": [
  3. "pages/index",
  4. "pages/mall",
  5. "pages/service",
  6. "pages/my",
  7. "pages/map/index",
  8. "pages/qrPage/index",
  9. "pages/test/index",
  10. "pages/privicyPopup/index"
  11. ],
  12. "subPackages": [
  13. {
  14. "root": "pages/index",
  15. "pages": [
  16. "customMian_step1/index",
  17. "customNoMian_step1/index",
  18. "customNoMian_step2/index",
  19. "customMian/index",
  20. "mainDetail/index",
  21. "customNoMain/index",
  22. "productLead/index",
  23. "fullHouseWifi/index",
  24. "fullHouseWifi_step2/index",
  25. "aiControlSys/index",
  26. "rule/index",
  27. "mainList/index",
  28. "productLeadDetail/index",
  29. "aiControlSys_step2/index",
  30. "addrList/index"
  31. ]
  32. },
  33. {
  34. "root": "pages/mall",
  35. "pages": [
  36. "detail/index",
  37. "pickKeting/index",
  38. "goodsList/index"
  39. ]
  40. },
  41. {
  42. "root": "pages/service",
  43. "pages": [
  44. "detail/index"
  45. ]
  46. },
  47. {
  48. "root": "pages/my",
  49. "pages": [
  50. "actGoods/index",
  51. "actGoodsDetail/index",
  52. "recordCydg/index",
  53. "collect/index",
  54. "useLead/index",
  55. "feedBack/index",
  56. "userInfo/index",
  57. "set/index",
  58. "sellAfter/index",
  59. "otherInfo/index",
  60. "sellAfterDefer/index",
  61. "sellAfterCon/index",
  62. "inviteDetail/index",
  63. "collectDetail/index",
  64. "changeNewStep/index",
  65. "changeNewGoods/index",
  66. "aboutMe/index",
  67. "protocol/index",
  68. "duijiang/index",
  69. "actDetail2/index",
  70. "inviteSellAfter/index",
  71. "test/index"
  72. ]
  73. }
  74. ],
  75. "window": {
  76. "navigationBarTextStyle": "black",
  77. "navigationBarTitleText": "uni-app",
  78. "navigationBarBackgroundColor": "#F8F8F8",
  79. "backgroundColor": "#F8F8F8",
  80. "navigationStyle": "custom"
  81. },
  82. "tabBar": {
  83. "color": "#CBC8C7",
  84. "selectedColor": "#F7790C",
  85. "borderStyle": "black",
  86. "backgroundColor": "#fff",
  87. "fontSize": "22rpx",
  88. "spacing": "5px",
  89. "height": "50px",
  90. "iconfontSrc": "static/fonts/iconfont.ttf",
  91. "list": [
  92. {
  93. "pagePath": "pages/index",
  94. "text": "首页",
  95. "iconPath": "static/tabbar/index.png",
  96. "selectedIconPath": "static/tabbar/index_a.png",
  97. "iconfont": {
  98. "text": "",
  99. "selectedText": "",
  100. "fontSize": "17px",
  101. "color": "#333",
  102. "selectedColor": "red"
  103. }
  104. },
  105. {
  106. "pagePath": "pages/mall",
  107. "text": "商城",
  108. "iconPath": "static/tabbar/mall.png",
  109. "selectedIconPath": "static/tabbar/mall_a.png",
  110. "iconfont": {
  111. "text": "",
  112. "selectedText": "",
  113. "fontSize": "17px",
  114. "color": "#333",
  115. "selectedColor": "red"
  116. }
  117. },
  118. {
  119. "pagePath": "pages/service",
  120. "text": "服务",
  121. "iconPath": "static/tabbar/service.png",
  122. "selectedIconPath": "static/tabbar/service_a.png",
  123. "iconfont": {
  124. "text": "",
  125. "selectedText": "",
  126. "fontSize": "17px",
  127. "color": "#333",
  128. "selectedColor": "red"
  129. }
  130. },
  131. {
  132. "pagePath": "pages/my",
  133. "text": "我的",
  134. "iconPath": "static/tabbar/my.png",
  135. "selectedIconPath": "static/tabbar/my_a.png",
  136. "iconfont": {
  137. "text": "",
  138. "selectedText": "",
  139. "fontSize": "17px",
  140. "color": "#333",
  141. "selectedColor": "red"
  142. }
  143. }
  144. ]
  145. },
  146. "permission": {
  147. "scope.userLocation": {
  148. "desc": "用于小程序使用中为您提供位置信息"
  149. },
  150. "scope.writePhotosAlbum": {
  151. "desc": "你的相册将用于选择上传你的个人头像"
  152. },
  153. "scope.camera": {
  154. "desc": "你的摄像头将用于选择上传你的个人头像"
  155. }
  156. },
  157. "requiredPrivateInfos": [
  158. "getLocation",
  159. "choosePoi",
  160. "chooseAddress",
  161. "chooseLocation"
  162. ],
  163. "usingComponents": {
  164. "nav-bar": "/components/navBar/index",
  165. "dpopup": "/components/popup/index"
  166. }
  167. }