pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/home/home",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "enablePullDownRefresh": true
  8. }
  9. }
  10. ],
  11. "subPackages": [
  12. {
  13. "root": "pagesA",
  14. "pages": [
  15. {
  16. "path": "deviceDetail/deviceDetail",
  17. "style": {
  18. "navigationBarTitleText": "设备详情",
  19. "navigationBarBackgroundColor": "#faede2",
  20. "navigationBarTextStyle": "black"
  21. },
  22. "usingComponents": {}
  23. },
  24. {
  25. "path": "adDevice/adDevice",
  26. "style": {
  27. "navigationBarTitleText": "添加设备",
  28. "navigationBarBackgroundColor": "#faede2",
  29. "navigationBarTextStyle": "black"
  30. },
  31. "usingComponents": {
  32. "van-cell": "@vant/weapp/cell/index",
  33. "van-cell-group": "@vant/weapp/cell-group/index",
  34. "van-picker": "@vant/weapp/picker/index",
  35. "van-popup": "@vant/weapp/popup/index",
  36. "van-button": "@vant/weapp/button/index"
  37. }
  38. },
  39. {
  40. "path": "loginNew/loginNew",
  41. "style": {
  42. "navigationStyle": "custom",
  43. "enablePullDownRefresh": false
  44. },
  45. "usingComponents": {
  46. "van-button": "@vant/weapp/button/index",
  47. "van-checkbox": "@vant/weapp/checkbox/index"
  48. }
  49. },
  50. {
  51. "path": "roomSetting/roomSetting",
  52. "style": {
  53. "navigationBarTitleText": "房间布局",
  54. "navigationBarBackgroundColor": "#faede2",
  55. "navigationBarTextStyle": "black"
  56. },
  57. "usingComponents": {
  58. "van-nav-bar": "@vant/weapp/nav-bar/index",
  59. "van-cell": "@vant/weapp/cell/index",
  60. "van-tab": "@vant/weapp/tab/index",
  61. "van-tabs": "@vant/weapp/tabs/index",
  62. "van-picker": "@vant/weapp/picker/index",
  63. "van-popup": "@vant/weapp/popup/index"
  64. }
  65. },
  66. {
  67. "path": "devices/devices",
  68. "style": {
  69. "enablePullDownRefresh": true,
  70. "navigationBarTitleText": "我的设备",
  71. "navigationBarBackgroundColor": "#faede2",
  72. "navigationBarTextStyle": "black"
  73. },
  74. "usingComponents": {
  75. "van-nav-bar": "@vant/weapp/nav-bar/index",
  76. "van-button": "@vant/weapp/button/index",
  77. "van-dropdown-menu": "@vant/weapp/dropdown-menu/index",
  78. "van-empty": "@vant/weapp/empty/index",
  79. "van-dropdown-item": "@vant/weapp/dropdown-item/index"
  80. }
  81. },
  82. {
  83. "path": "deviceSetting/deviceSetting",
  84. "style": {
  85. "enablePullDownRefresh": true,
  86. "navigationBarTitleText": "设置",
  87. "navigationBarBackgroundColor": "#faede2",
  88. "navigationBarTextStyle": "black"
  89. },
  90. "usingComponents": {}
  91. },
  92. {
  93. "path": "my/my",
  94. "style": {
  95. "enablePullDownRefresh": true,
  96. "navigationBarTitleText": "我的",
  97. "navigationBarBackgroundColor": "#faede2",
  98. "navigationBarTextStyle": "black"
  99. },
  100. "usingComponents": {}
  101. },
  102. {
  103. "path": "OTA/OTA",
  104. "style": {
  105. "enablePullDownRefresh": true,
  106. "navigationBarTitleText": "OTA升级",
  107. "navigationBarBackgroundColor": "#faede2",
  108. "navigationBarTextStyle": "black"
  109. },
  110. "usingComponents": {}
  111. },
  112. {
  113. "path": "alarmDevice/alarmDevice",
  114. "style": {
  115. "enablePullDownRefresh": true,
  116. "navigationBarTitleText": "报警设备",
  117. "navigationBarBackgroundColor": "#faede2",
  118. "navigationBarTextStyle": "black"
  119. },
  120. "usingComponents": {}
  121. },
  122. {
  123. "path": "shareList/shareList",
  124. "style": {
  125. "enablePullDownRefresh": true,
  126. "navigationBarTitleText": "分享记录",
  127. "navigationBarBackgroundColor": "#faede2",
  128. "navigationBarTextStyle": "black"
  129. },
  130. "usingComponents": {}
  131. },
  132. {
  133. "path": "linkShare/linkShare",
  134. "style": {
  135. "enablePullDownRefresh": true,
  136. "navigationBarTitleText": "链接分享",
  137. "navigationBarBackgroundColor": "#faede2",
  138. "navigationBarTextStyle": "black"
  139. },
  140. "usingComponents": {}
  141. },
  142. {
  143. "path": "serChange/serChange",
  144. "style": {
  145. "enablePullDownRefresh": true,
  146. "navigationBarTitleText": "网络配置",
  147. "navigationBarBackgroundColor": "#faede2",
  148. "navigationBarTextStyle": "black"
  149. }
  150. },
  151. {
  152. "path": "sharePages/sharePages",
  153. "style": {
  154. "enablePullDownRefresh": true,
  155. "navigationBarTitleText": "分享确认",
  156. "navigationBarBackgroundColor": "#faede2",
  157. "navigationBarTextStyle": "black"
  158. }
  159. },
  160. {
  161. "path": "homeManage/homeManage",
  162. "style": {
  163. "enablePullDownRefresh": true,
  164. "navigationBarTitleText": "家庭管理",
  165. "navigationBarBackgroundColor": "#faede2",
  166. "navigationBarTextStyle": "black"
  167. }
  168. },
  169. {
  170. "path": "homeDetail/homeDetail",
  171. "style": {
  172. "enablePullDownRefresh": true,
  173. "navigationBarTitleText": "家庭详情",
  174. "navigationBarBackgroundColor": "#faede2",
  175. "navigationBarTextStyle": "black"
  176. }
  177. },
  178. {
  179. "path": "warnDevice/warnDevice",
  180. "style": {
  181. "enablePullDownRefresh": true,
  182. "navigationBarTitleText": "报警设备",
  183. "navigationBarBackgroundColor": "#faede2",
  184. "navigationBarTextStyle": "black"
  185. }
  186. },
  187. {
  188. "path": "discrepancy/discrepancy",
  189. "style": {
  190. "enablePullDownRefresh": true,
  191. "navigationBarTitleText": "出入详情",
  192. "navigationBarBackgroundColor": "#faede2",
  193. "navigationBarTextStyle": "black"
  194. }
  195. },
  196. {
  197. "path": "abnormalInfo/abnormalInfo",
  198. "style": {
  199. "enablePullDownRefresh": true,
  200. "navigationBarTitleText": "异常信息",
  201. "navigationBarBackgroundColor": "#faede2",
  202. "navigationBarTextStyle": "black"
  203. }
  204. }
  205. ]
  206. }
  207. ],
  208. "plugins": {
  209. "airkiss": {
  210. "version": "1.1.2",
  211. "provider": "wx610ea582556c983e"
  212. }
  213. },
  214. "globalStyle": {
  215. "usingComponents": {
  216. "van-button": "/wxcomponents/vant/button/index",
  217. "van-cell": "/wxcomponents/vant/cell/index",
  218. "van-cell-group": "/wxcomponents/vant/cell-group/index",
  219. "van-checkbox": "/wxcomponents/vant/checkbox/index",
  220. "van-checkbox-group": "/wxcomponents/vant/checkbox-group/index",
  221. "van-col": "/wxcomponents/vant/col/index",
  222. "van-goods-action": "/wxcomponents/vant/goods-action/index",
  223. "van-goods-action-icon": "/wxcomponents/vant/goods-action-icon/index",
  224. "van-goods-action-button": "/wxcomponents/vant/goods-action-button/index",
  225. "van-loading": "/wxcomponents/vant/loading/index",
  226. "van-nav-bar": "/wxcomponents/vant/nav-bar/index",
  227. "van-notice-bar": "/wxcomponents/vant/notice-bar/index",
  228. "van-notify": "/wxcomponents/vant/notify/index",
  229. "van-panel": "/wxcomponents/vant/panel/index",
  230. "van-popup": "/wxcomponents/vant/popup/index",
  231. "van-progress": "/wxcomponents/vant/progress/index",
  232. "van-radio": "/wxcomponents/vant/radio/index",
  233. "van-radio-group": "/wxcomponents/vant/radio-group/index",
  234. "van-row": "/wxcomponents/vant/row/index",
  235. "van-search": "/wxcomponents/vant/search/index",
  236. "van-slider": "/wxcomponents/vant/slider/index",
  237. "van-stepper": "/wxcomponents/vant/stepper/index",
  238. "van-steps": "/wxcomponents/vant/steps/index",
  239. "van-submit-bar": "/wxcomponents/vant/submit-bar/index",
  240. "van-swipe-cell": "/wxcomponents/vant/swipe-cell/index",
  241. "van-switch": "/wxcomponents/vant/switch/index",
  242. "van-tab": "/wxcomponents/vant/tab/index",
  243. "van-tabs": "/wxcomponents/vant/tabs/index",
  244. "van-tabbar": "/wxcomponents/vant/tabbar/index",
  245. "van-tabbar-item": "/wxcomponents/vant/tabbar-item/index",
  246. "van-tag": "/wxcomponents/vant/tag/index",
  247. "van-toast": "/wxcomponents/vant/toast/index",
  248. "van-transition": "/wxcomponents/vant/transition/index",
  249. "van-tree-select": "/wxcomponents/vant/tree-select/index",
  250. "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index",
  251. "van-rate": "/wxcomponents/vant/rate/index",
  252. "van-collapse": "/wxcomponents/vant/collapse/index",
  253. "van-collapse-item": "/wxcomponents/vant/collapse-item/index",
  254. "van-picker": "/wxcomponents/vant/picker/index"
  255. }
  256. },
  257. "usingComponts": true
  258. }