pages.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationStyle":"custom",// 隐藏系统导航栏
  10. "navigationBarTitleText": "城市智慧停车"
  11. }
  12. },
  13. {
  14. "path": "pages/login/login",
  15. "style": {
  16. "navigationBarTitleText": "登录",
  17. "navigationStyle":"custom"
  18. }
  19. },
  20. {
  21. "path": "pages/equipmentList/equipmentList",
  22. "style": {
  23. "navigationStyle":"custom",
  24. "navigationBarTitleText": "设备列表"
  25. }
  26. },
  27. {
  28. "path": "pages/clockIn/clockIn",
  29. "style": {
  30. "navigationStyle":"custom",
  31. "navigationBarTitleText": "打卡"
  32. }
  33. },
  34. {
  35. "path": "pages/ownersQuery/ownersQuery",
  36. "style": {
  37. "navigationStyle":"custom",// 隐藏系统导航栏
  38. "navigationBarTextStyle": "white",
  39. "navigationBarTitleText": "车主查询"
  40. }
  41. },
  42. {
  43. "path": "pages/ownersQuery/queryList/queryList",
  44. "style": {
  45. "navigationStyle":"custom",// 隐藏系统导航栏
  46. "navigationBarTextStyle": "white",
  47. "navigationBarTitleText": "车主查询"
  48. }
  49. },
  50. {
  51. "path": "pages/center/index",
  52. "style": {
  53. "navigationStyle":"custom",// 隐藏系统导航栏
  54. "navigationBarTextStyle": "white",
  55. "navigationBarTitleText": "城市智慧停车"
  56. }
  57. },
  58. {
  59. "path": "pages/report/report",
  60. "style": {
  61. "navigationStyle":"custom",// 隐藏系统导航栏
  62. "navigationBarTitleText": "问题上报"
  63. }
  64. },
  65. {
  66. "path": "pages/center/resetPass/resetPass",
  67. "style": {
  68. "navigationBarTitleText": "重置密码"
  69. }
  70. },
  71. {
  72. "path": "pages/deviceList/deviceList",
  73. "style": {
  74. "navigationStyle":"custom",// 隐藏系统导航栏
  75. "navigationBarTitleText": "路段列表"
  76. }
  77. },
  78. {
  79. "path": "pages/deviceList/deviceListType1/deviceListType1",//地磁
  80. "style": {
  81. "navigationStyle":"custom",// 隐藏系统导航栏
  82. "navigationBarTitleText": "设备列表"
  83. }
  84. },
  85. {
  86. "path": "pages/deviceList/deviceListType1/deviceInfo",//地磁设备详情
  87. "style": {
  88. "navigationStyle":"custom",// 隐藏系统导航栏
  89. "navigationBarTitleText": "设备详情"
  90. }
  91. },
  92. {
  93. "path": "pages/deviceList/deviceListType2/deviceListType2",//车位锁
  94. "style": {
  95. "navigationStyle":"custom",// 隐藏系统导航栏
  96. "navigationBarTitleText": "设备列表"
  97. }
  98. },
  99. {
  100. "path": "pages/deviceList/deviceListType2/deviceInfo",//车位锁备详情
  101. "style": {
  102. "navigationStyle":"custom",// 隐藏系统导航栏
  103. "backgroundColor":"#F3F3F3",
  104. "navigationBarTitleText": "设备详情"
  105. }
  106. },
  107. {
  108. "path": "pages/deviceList/deviceListType3/deviceListType3",//车位锁
  109. "style": {
  110. "navigationStyle":"custom",// 隐藏系统导航栏
  111. "navigationBarTitleText": "设备列表"
  112. }
  113. },
  114. {
  115. "path": "pages/deviceList/deviceListType3/deviceInfo",//车位锁备详情
  116. "style": {
  117. "navigationStyle":"custom",// 隐藏系统导航栏
  118. "navigationBarTitleText": "设备详情"
  119. }
  120. },
  121. {
  122. "path": "pages/center/message/message",
  123. "style": {
  124. "navigationStyle":"custom",// 隐藏系统导航栏
  125. "navigationBarTitleText": "消息通知"
  126. }
  127. },
  128. {
  129. "path": "pages/center/message/messageInfo",
  130. "style": {
  131. "navigationStyle":"custom",// 隐藏系统导航栏
  132. "navigationBarTitleText": "消息详情"
  133. }
  134. }
  135. ],
  136. "globalStyle": {
  137. "navigationBarTextStyle": "black",
  138. "navigationBarTitleText": "uView",
  139. "navigationBarBackgroundColor": "#F8F8F8",
  140. "backgroundColor": "#F8F8F8",
  141. "backgroundColorTop":"#FFFFFF"
  142. },
  143. "tabBar": {
  144. "color": "#909399",
  145. "selectedColor": "#303133",
  146. "borderStyle": "black",
  147. "backgroundColor": "#ffffff",
  148. "list": [{
  149. "pagePath": "pages/index/index",
  150. "iconPath": "static/index.png",
  151. "selectedIconPath": "static/index-selected.png",
  152. "text": "首页"
  153. }, {
  154. "pagePath": "pages/ownersQuery/ownersQuery",
  155. "iconPath": "static/car_h.png",
  156. "selectedIconPath": "static/car.png",
  157. "text": "车主查询"
  158. }, {
  159. "pagePath": "pages/center/index",
  160. "iconPath": "static/center.png",
  161. "selectedIconPath": "static/center-selected.png",
  162. "text": "我"
  163. }]
  164. }
  165. }