pages.json 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  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-field": "@vant/weapp/field/index",
  35. "van-picker": "@vant/weapp/picker/index",
  36. "van-popup": "@vant/weapp/popup/index",
  37. "van-button": "@vant/weapp/button/index"
  38. }
  39. },
  40. {
  41. "path": "loginNew/loginNew",
  42. "style": {
  43. "navigationStyle": "custom",
  44. "enablePullDownRefresh": false
  45. },
  46. "usingComponents": {
  47. "van-button": "@vant/weapp/button/index",
  48. "van-checkbox": "@vant/weapp/checkbox/index"
  49. }
  50. },
  51. {
  52. "path": "roomSetting/roomSetting",
  53. "style": {
  54. "navigationBarTitleText": "房间布局",
  55. "navigationBarBackgroundColor": "#faede2",
  56. "navigationBarTextStyle": "black"
  57. },
  58. "usingComponents": {
  59. "van-nav-bar": "@vant/weapp/nav-bar/index",
  60. "van-cell": "@vant/weapp/cell/index",
  61. "van-tab": "@vant/weapp/tab/index",
  62. "van-tabs": "@vant/weapp/tabs/index",
  63. "van-field": "@vant/weapp/field/index",
  64. "van-picker": "@vant/weapp/picker/index",
  65. "van-popup": "@vant/weapp/popup/index"
  66. }
  67. },
  68. {
  69. "path": "devices/devices",
  70. "style": {
  71. "enablePullDownRefresh": true,
  72. "navigationBarTitleText": "我的设备",
  73. "navigationBarBackgroundColor": "#faede2",
  74. "navigationBarTextStyle": "black"
  75. },
  76. "usingComponents": {
  77. "van-nav-bar": "@vant/weapp/nav-bar/index",
  78. "van-field": "@vant/weapp/field/index",
  79. "van-button": "@vant/weapp/button/index",
  80. "van-dropdown-menu": "@vant/weapp/dropdown-menu/index",
  81. "van-empty": "@vant/weapp/empty/index",
  82. "van-dropdown-item": "@vant/weapp/dropdown-item/index"
  83. }
  84. },
  85. {
  86. "path": "deviceSetting/deviceSetting",
  87. "style": {
  88. "enablePullDownRefresh": true,
  89. "navigationBarTitleText": "设置",
  90. "navigationBarBackgroundColor": "#faede2",
  91. "navigationBarTextStyle": "black"
  92. },
  93. "usingComponents": {}
  94. },
  95. {
  96. "path": "my/my",
  97. "style": {
  98. "enablePullDownRefresh": true,
  99. "navigationBarTitleText": "我的",
  100. "navigationBarBackgroundColor": "#faede2",
  101. "navigationBarTextStyle": "black"
  102. },
  103. "usingComponents": {}
  104. },
  105. {
  106. "path": "OTA/OTA",
  107. "style": {
  108. "enablePullDownRefresh": true,
  109. "navigationBarTitleText": "OTA升级",
  110. "navigationBarBackgroundColor": "#faede2",
  111. "navigationBarTextStyle": "black"
  112. },
  113. "usingComponents": {}
  114. },
  115. {
  116. "path": "alarmDevice/alarmDevice",
  117. "style": {
  118. "enablePullDownRefresh": true,
  119. "navigationBarTitleText": "报警设备",
  120. "navigationBarBackgroundColor": "#faede2",
  121. "navigationBarTextStyle": "black"
  122. },
  123. "usingComponents": {}
  124. },
  125. {
  126. "path": "shareList/shareList",
  127. "style": {
  128. "enablePullDownRefresh": true,
  129. "navigationBarTitleText": "分享记录",
  130. "navigationBarBackgroundColor": "#faede2",
  131. "navigationBarTextStyle": "black"
  132. },
  133. "usingComponents": {}
  134. },
  135. {
  136. "path": "linkShare/linkShare",
  137. "style": {
  138. "enablePullDownRefresh": true,
  139. "navigationBarTitleText": "链接分享",
  140. "navigationBarBackgroundColor": "#faede2",
  141. "navigationBarTextStyle": "black"
  142. },
  143. "usingComponents": {}
  144. },
  145. {
  146. "path": "sharePages/sharePages",
  147. "style": {
  148. "enablePullDownRefresh": true,
  149. "navigationBarTitleText": "确认分享",
  150. "navigationBarBackgroundColor": "#faede2",
  151. "navigationBarTextStyle": "black"
  152. }
  153. }
  154. ]
  155. }
  156. ],
  157. "plugins": {
  158. "airkiss": {
  159. "version": "1.1.2",
  160. "provider": "wx610ea582556c983e"
  161. }
  162. },
  163. "globalStyle": {
  164. "usingComponents": {
  165. "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
  166. "van-area": "/wxcomponents/vant/area/index",
  167. "van-button": "/wxcomponents/vant/button/index",
  168. "van-card": "/wxcomponents/vant/card/index",
  169. "van-cell": "/wxcomponents/vant/cell/index",
  170. "van-cell-group": "/wxcomponents/vant/cell-group/index",
  171. "van-checkbox": "/wxcomponents/vant/checkbox/index",
  172. "van-checkbox-group": "/wxcomponents/vant/checkbox-group/index",
  173. "van-col": "/wxcomponents/vant/col/index",
  174. "van-dialog": "/wxcomponents/vant/dialog/index",
  175. "van-field": "/wxcomponents/vant/field/index",
  176. "van-goods-action": "/wxcomponents/vant/goods-action/index",
  177. "van-goods-action-icon": "/wxcomponents/vant/goods-action-icon/index",
  178. "van-goods-action-button": "/wxcomponents/vant/goods-action-button/index",
  179. "van-icon": "/wxcomponents/vant/icon/index",
  180. "van-loading": "/wxcomponents/vant/loading/index",
  181. "van-nav-bar": "/wxcomponents/vant/nav-bar/index",
  182. "van-notice-bar": "/wxcomponents/vant/notice-bar/index",
  183. "van-notify": "/wxcomponents/vant/notify/index",
  184. "van-panel": "/wxcomponents/vant/panel/index",
  185. "van-popup": "/wxcomponents/vant/popup/index",
  186. "van-progress": "/wxcomponents/vant/progress/index",
  187. "van-radio": "/wxcomponents/vant/radio/index",
  188. "van-radio-group": "/wxcomponents/vant/radio-group/index",
  189. "van-row": "/wxcomponents/vant/row/index",
  190. "van-search": "/wxcomponents/vant/search/index",
  191. "van-slider": "/wxcomponents/vant/slider/index",
  192. "van-stepper": "/wxcomponents/vant/stepper/index",
  193. "van-steps": "/wxcomponents/vant/steps/index",
  194. "van-submit-bar": "/wxcomponents/vant/submit-bar/index",
  195. "van-swipe-cell": "/wxcomponents/vant/swipe-cell/index",
  196. "van-switch": "/wxcomponents/vant/switch/index",
  197. "van-tab": "/wxcomponents/vant/tab/index",
  198. "van-tabs": "/wxcomponents/vant/tabs/index",
  199. "van-tabbar": "/wxcomponents/vant/tabbar/index",
  200. "van-tabbar-item": "/wxcomponents/vant/tabbar-item/index",
  201. "van-tag": "/wxcomponents/vant/tag/index",
  202. "van-toast": "/wxcomponents/vant/toast/index",
  203. "van-transition": "/wxcomponents/vant/transition/index",
  204. "van-tree-select": "/wxcomponents/vant/tree-select/index",
  205. "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index",
  206. "van-rate": "/wxcomponents/vant/rate/index",
  207. "van-collapse": "/wxcomponents/vant/collapse/index",
  208. "van-collapse-item": "/wxcomponents/vant/collapse-item/index",
  209. "van-picker": "/wxcomponents/vant/picker/index"
  210. }
  211. },
  212. "usingComponts": true
  213. }