pages.json 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/home/home",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "enablePullDownRefresh": false
  8. }
  9. }
  10. ],
  11. "subPackages": [
  12. {
  13. "root": "pagesA",
  14. "pages": [
  15. {
  16. "path": "deviceDetail/deviceDetail",
  17. "style": {
  18. "enablePullDownRefresh": false,
  19. "navigationBarTitleText": "设备详情",
  20. "navigationBarBackgroundColor": "#faede2",
  21. "navigationBarTextStyle": "black"
  22. },
  23. "usingComponents": {}
  24. },
  25. {
  26. "path": "adDevice/adDevice",
  27. "style": {
  28. "enablePullDownRefresh": false,
  29. "navigationBarTitleText": "参数配置",
  30. "navigationBarBackgroundColor": "#faede2",
  31. "navigationBarTextStyle": "black"
  32. }
  33. },
  34. {
  35. "path": "loginNew/loginNew",
  36. "style": {
  37. "navigationStyle": "custom",
  38. "enablePullDownRefresh": false
  39. },
  40. "usingComponents": {
  41. "van-button": "@vant/weapp/button/index"
  42. }
  43. },
  44. {
  45. "path": "roomSetting/roomSetting",
  46. "style": {
  47. "enablePullDownRefresh": false,
  48. "navigationBarTitleText": "房间布局",
  49. "navigationBarBackgroundColor": "#faede2",
  50. "navigationBarTextStyle": "black"
  51. }
  52. },
  53. {
  54. "path": "devices/devices",
  55. "style": {
  56. "enablePullDownRefresh": true,
  57. "navigationBarTitleText": "我的设备",
  58. "navigationBarBackgroundColor": "#faede2",
  59. "navigationBarTextStyle": "black"
  60. }
  61. },
  62. {
  63. "path": "deviceSetting/deviceSetting",
  64. "style": {
  65. "enablePullDownRefresh": false,
  66. "navigationBarTitleText": "设置",
  67. "navigationBarBackgroundColor": "#faede2",
  68. "navigationBarTextStyle": "black"
  69. },
  70. "usingComponents": {}
  71. },
  72. {
  73. "path": "my/my",
  74. "style": {
  75. "enablePullDownRefresh": false,
  76. "navigationBarTitleText": "我的",
  77. "navigationBarBackgroundColor": "#faede2",
  78. "navigationBarTextStyle": "black"
  79. },
  80. "usingComponents": {}
  81. },
  82. {
  83. "path": "shareList/shareList",
  84. "style": {
  85. "enablePullDownRefresh": true,
  86. "navigationBarTitleText": "",
  87. "navigationBarBackgroundColor": "#faede2",
  88. "navigationBarTextStyle": "black"
  89. },
  90. "usingComponents": {}
  91. },
  92. {
  93. "path": "linkShare/linkShare",
  94. "style": {
  95. "enablePullDownRefresh": false,
  96. "navigationBarTitleText": "链接分享",
  97. "navigationBarBackgroundColor": "#faede2",
  98. "navigationBarTextStyle": "black"
  99. },
  100. "usingComponents": {}
  101. },
  102. {
  103. "path": "serChange/serChange",
  104. "style": {
  105. "enablePullDownRefresh": false,
  106. "navigationBarTitleText": "网络配置",
  107. "navigationBarBackgroundColor": "#faede2",
  108. "navigationBarTextStyle": "black"
  109. }
  110. },
  111. {
  112. "path": "sharePages/sharePages",
  113. "style": {
  114. "enablePullDownRefresh": false,
  115. "navigationBarTitleText": "分享确认",
  116. "navigationBarBackgroundColor": "#faede2",
  117. "navigationBarTextStyle": "black"
  118. }
  119. },
  120. {
  121. "path": "homeManage/homeManage",
  122. "style": {
  123. "enablePullDownRefresh": true,
  124. "navigationBarTitleText": "家庭管理",
  125. "navigationBarBackgroundColor": "#faede2",
  126. "navigationBarTextStyle": "black"
  127. }
  128. },
  129. {
  130. "path": "homeDetail/homeDetail",
  131. "style": {
  132. "enablePullDownRefresh": true,
  133. "navigationBarTitleText": "家庭详情",
  134. "navigationBarBackgroundColor": "#faede2",
  135. "navigationBarTextStyle": "black"
  136. }
  137. },
  138. {
  139. "path": "discrepancy/discrepancy",
  140. "style": {
  141. "enablePullDownRefresh": false,
  142. "navigationBarTitleText": "出入详情",
  143. "navigationBarBackgroundColor": "#faede2",
  144. "navigationBarTextStyle": "black"
  145. }
  146. },
  147. {
  148. "path": "abnormalInfo/abnormalInfo",
  149. "style": {
  150. "enablePullDownRefresh": true,
  151. "navigationBarTitleText": "统计信息",
  152. "navigationBarBackgroundColor": "#faede2",
  153. "navigationBarTextStyle": "black"
  154. }
  155. },
  156. {
  157. "path": "failDetail/failDetail",
  158. "style": {
  159. "enablePullDownRefresh": true,
  160. "navigationBarTitleText": "跌倒事件",
  161. "navigationBarBackgroundColor": "#faede2",
  162. "navigationBarTextStyle": "black"
  163. }
  164. },
  165. {
  166. "path": "shareCountList/shareCountList",
  167. "style": {
  168. "enablePullDownRefresh": true,
  169. "navigationBarTitleText": "分享记录",
  170. "navigationBarBackgroundColor": "#faede2",
  171. "navigationBarTextStyle": "black"
  172. }
  173. },
  174. {
  175. "path": "shareDetail/shareDetail",
  176. "style": {
  177. "enablePullDownRefresh": true,
  178. "navigationBarTitleText": "分享详情",
  179. "navigationBarBackgroundColor": "#faede2",
  180. "navigationBarTextStyle": "black"
  181. }
  182. },
  183. {
  184. "path": "healthAlarm/healthAlarm",
  185. "style": {
  186. "enablePullDownRefresh": false,
  187. "navigationBarTitleText": "守护计划",
  188. "navigationBarBackgroundColor": "#faede2",
  189. "navigationBarTextStyle": "black"
  190. }
  191. },
  192. {
  193. "path": "playSetting/playSetting",
  194. "style": {
  195. "enablePullDownRefresh": false,
  196. "navigationBarTitleText": "计划配置",
  197. "navigationBarBackgroundColor": "#faede2",
  198. "navigationBarTextStyle": "black"
  199. }
  200. },
  201. {
  202. "path": "adNewDevice/adNewDevice",
  203. "style": {
  204. "enablePullDownRefresh": false,
  205. "navigationBarTitleText": "绑定设备",
  206. "navigationBarBackgroundColor": "#faede2",
  207. "navigationBarTextStyle": "black"
  208. }
  209. },
  210. {
  211. "path": "moreSetting/moreSetting",
  212. "style": {
  213. "enablePullDownRefresh": false,
  214. "navigationBarTitleText": "更多设置",
  215. "navigationBarBackgroundColor": "#faede2",
  216. "navigationBarTextStyle": "black"
  217. }
  218. }
  219. ]
  220. }
  221. ],
  222. "plugins": {
  223. "airkiss": {
  224. "version": "1.1.2",
  225. "provider": "wx610ea582556c983e"
  226. }
  227. },
  228. "globalStyle": {
  229. "usingComponents": {}
  230. },
  231. "usingComponts": true,
  232. "requiredPrivateInfos": [
  233. "getLocation"
  234. ]
  235. }