pages.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": ""
  7. }
  8. },
  9. {
  10. "path": "pages/login/login",
  11. "style": {
  12. "navigationBarTitleText": "",
  13. "enablePullDownRefresh": false
  14. }
  15. },
  16. {
  17. "path" : "pages/deviceTab/index",
  18. "style" :
  19. {
  20. "navigationBarTitleText" : ""
  21. }
  22. },
  23. {
  24. "path" : "pages/userTab/index",
  25. "style" :
  26. {
  27. "navigationBarTitleText" : ""
  28. }
  29. },
  30. {
  31. "path" : "pages/myTab/index",
  32. "style" :
  33. {
  34. "navigationBarTitleText" : ""
  35. }
  36. },
  37. {
  38. "path" : "pages/login/findBackPassword",
  39. "style" :
  40. {
  41. "navigationBarTitleText" : ""
  42. }
  43. },
  44. {
  45. "path" : "pages/deviceTab/deviceList",
  46. "style" :
  47. {
  48. "navigationBarTitleText" : ""
  49. }
  50. },
  51. {
  52. "path" : "pages/deviceTab/bindLock",
  53. "style" :
  54. {
  55. "navigationBarTitleText" : ""
  56. }
  57. },
  58. {
  59. "path" : "pages/deviceTab/bindLockStatus",
  60. "style" :
  61. {
  62. "navigationBarTitleText" : ""
  63. }
  64. },
  65. {
  66. "path" : "pages/deviceTab/infoLock",
  67. "style" :
  68. {
  69. "navigationBarTitleText" : ""
  70. }
  71. },
  72. {
  73. "path" : "pages/deviceTab/dataLock",
  74. "style" :
  75. {
  76. "navigationBarTitleText" : ""
  77. }
  78. },
  79. {
  80. "path" : "pages/userTab/dataUser",
  81. "style" :
  82. {
  83. "navigationBarTitleText" : ""
  84. }
  85. },
  86. {
  87. "path" : "pages/myTab/myMessage",
  88. "style" :
  89. {
  90. "navigationBarTitleText" : ""
  91. }
  92. },
  93. {
  94. "path" : "pages/myTab/abnormalList",
  95. "style" :
  96. {
  97. "navigationBarTitleText" : ""
  98. }
  99. },
  100. {
  101. "path" : "pages/myTab/abnormalInfo",
  102. "style" :
  103. {
  104. "navigationBarTitleText" : ""
  105. }
  106. },
  107. {
  108. "path" : "pages/myTab/feedbackList",
  109. "style" :
  110. {
  111. "navigationBarTitleText" : ""
  112. }
  113. },
  114. {
  115. "path" : "pages/myTab/feedbackSubmit",
  116. "style" :
  117. {
  118. "navigationBarTitleText" : ""
  119. }
  120. },
  121. {
  122. "path" : "pages/myTab/customerService",
  123. "style" :
  124. {
  125. "navigationBarTitleText" : ""
  126. }
  127. },
  128. {
  129. "path" : "pages/myTab/changePassword",
  130. "style" :
  131. {
  132. "navigationBarTitleText" : ""
  133. }
  134. },
  135. {
  136. "path" : "pages/myTab/changePhone",
  137. "style" :
  138. {
  139. "navigationBarTitleText" : ""
  140. }
  141. },
  142. {
  143. "path" : "pages/myTab/dataUser",
  144. "style" :
  145. {
  146. "navigationBarTitleText" : ""
  147. }
  148. },
  149. {
  150. "path" : "pages/myTab/setting",
  151. "style" :
  152. {
  153. "navigationBarTitleText" : ""
  154. }
  155. },
  156. {
  157. "path" : "pages/myTab/cropImage",
  158. "style" :
  159. {
  160. "navigationBarTitleText" : ""
  161. }
  162. },
  163. {
  164. "path" : "pages/record/parkingRecord",
  165. "style" :
  166. {
  167. "navigationBarTitleText" : ""
  168. }
  169. },
  170. {
  171. "path" : "pages/record/parkingInfo",
  172. "style" :
  173. {
  174. "navigationBarTitleText" : ""
  175. }
  176. }
  177. ],
  178. "tabBar": {
  179. "list": [{
  180. "pagePath": "pages/index/index"
  181. }, {
  182. "pagePath": "pages/deviceTab/index"
  183. },{
  184. "pagePath": "pages/userTab/index"
  185. }, {
  186. "pagePath": "pages/myTab/index"
  187. }]
  188. },
  189. "globalStyle": {
  190. "navigationStyle": "custom", // 隐藏系统导航栏
  191. "navigationBarTitleText": "智泊e家",
  192. "enablePullDownRefresh": false
  193. },
  194. "uniIdRouter": {}
  195. }