pages.json 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  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/login/login",
  8. "style" :
  9. {
  10. "navigationBarTextStyle": "white",
  11. "navigationBarTitleText": "物业助手",
  12. "navigationBarBackgroundColor": "#7dc7ae",
  13. "backgroundColor": "#7dc7ae"
  14. }
  15. },
  16. {
  17. "path": "pages/index/index",
  18. "style": {
  19. "navigationBarTextStyle": "white",
  20. "navigationBarTitleText": "物业助手",
  21. "navigationBarBackgroundColor": "#7dc7ae",
  22. "backgroundColor": "#ffffff"
  23. }
  24. }
  25. ,{
  26. "path" : "pages/mine/mine",
  27. "style" :
  28. {
  29. "navigationBarTextStyle": "white",
  30. "navigationBarTitleText": "",
  31. "navigationBarBackgroundColor": "#7dc7ae",
  32. "backgroundColor": "#7dc7ae",
  33. "enablePullDownRefresh": true
  34. }
  35. }
  36. ,{
  37. "path" : "pages/service-list/community-list",
  38. "style" :
  39. {
  40. "navigationBarTitleText": "社区管理",
  41. "enablePullDownRefresh": false
  42. }
  43. }
  44. ,{
  45. "path" : "pages/service-list/property-list",
  46. "style" :
  47. {
  48. "navigationBarTitleText": "物业服务",
  49. "enablePullDownRefresh": false
  50. }
  51. }
  52. ,{
  53. "path" : "pages/residential/residential",
  54. "style" :
  55. {
  56. "navigationBarTitleText": "小区管理",
  57. "enablePullDownRefresh": false
  58. }
  59. }
  60. ,{
  61. "path" : "pages/building/building",
  62. "style" :
  63. {
  64. "navigationBarTitleText": "楼栋管理",
  65. "enablePullDownRefresh": false
  66. }
  67. }
  68. ,{
  69. "path" : "pages/unit/unit",
  70. "style" :
  71. {
  72. "navigationBarTitleText": "单元管理",
  73. "enablePullDownRefresh": false
  74. }
  75. }
  76. ,{
  77. "path" : "pages/room/room",
  78. "style" :
  79. {
  80. "navigationBarTitleText": "房间管理",
  81. "enablePullDownRefresh": false
  82. }
  83. }
  84. ,{
  85. "path" : "pages/user/user",
  86. "style" :
  87. {
  88. "navigationBarTitleText": "住户管理",
  89. "enablePullDownRefresh": false
  90. }
  91. }
  92. ,{
  93. "path" : "pages/user-auth/user-auth",
  94. "style" :
  95. {
  96. "navigationBarTitleText": "住户审核",
  97. "enablePullDownRefresh": false
  98. }
  99. }
  100. ,{
  101. "path" : "pages/car/car",
  102. "style" :
  103. {
  104. "navigationBarTitleText": "车辆管理",
  105. "enablePullDownRefresh": false
  106. }
  107. }
  108. ,{
  109. "path" : "pages/car/add",
  110. "style" :
  111. {
  112. "navigationBarTitleText": "添加车辆",
  113. "enablePullDownRefresh": false
  114. }
  115. }
  116. ,{
  117. "path" : "pages/room/add",
  118. "style" :
  119. {
  120. "navigationBarTitleText": "添加房间",
  121. "enablePullDownRefresh": false
  122. }
  123. }
  124. ,{
  125. "path" : "pages/room/detail",
  126. "style" :
  127. {
  128. "navigationBarTitleText": "房间详情",
  129. "enablePullDownRefresh": false
  130. }
  131. }
  132. ,{
  133. "path" : "pages/user/detail",
  134. "style" :
  135. {
  136. "navigationBarTitleText": "住户详情",
  137. "enablePullDownRefresh": false
  138. }
  139. }
  140. ,{
  141. "path" : "pages/user/add",
  142. "style" :
  143. {
  144. "navigationBarTitleText": "新增住户",
  145. "enablePullDownRefresh": false
  146. }
  147. }
  148. ,{
  149. "path" : "pages/repair/detail",
  150. "style" :
  151. {
  152. "navigationBarTitleText": "报修详情",
  153. "enablePullDownRefresh": false
  154. }
  155. }
  156. ,{
  157. "path" : "pages/repair/list",
  158. "style" :
  159. {
  160. "navigationBarTitleText": "物业报修",
  161. "enablePullDownRefresh": false
  162. }
  163. }
  164. ,{
  165. "path" : "pages/user-auth/detail",
  166. "style" :
  167. {
  168. "navigationBarTitleText": "审核详情",
  169. "enablePullDownRefresh": false
  170. }
  171. }
  172. ,{
  173. "path" : "pages/feedback/list",
  174. "style" :
  175. {
  176. "navigationBarTitleText": "用户反馈",
  177. "enablePullDownRefresh": false
  178. }
  179. }
  180. ,{
  181. "path" : "pages/setting/setting",
  182. "style" :
  183. {
  184. "navigationBarTitleText": "系统设置",
  185. "enablePullDownRefresh": false
  186. }
  187. }
  188. ,{
  189. "path" : "pages/setting/agreement",
  190. "style" :
  191. {
  192. "navigationBarTitleText": "用户协议",
  193. "enablePullDownRefresh": false
  194. }
  195. }
  196. ],
  197. "globalStyle": {
  198. "navigationBarTextStyle": "black",
  199. "navigationBarTitleText": "物业助手",
  200. "navigationBarBackgroundColor": "#FFFFFF",
  201. "backgroundColor": "#FFFFFF"
  202. },
  203. "tabBar": {
  204. "color":"#a0aabc",
  205. "backgroundColor":"#FFFFFF",
  206. "borderStyle":"white",
  207. "selectedColor":"#7dc7ae",
  208. "list": [
  209. {
  210. "pagePath": "pages/index/index",
  211. "text": "工作台",
  212. "selectedIconPath":"static/tarbar/index-select.png",
  213. "iconPath":"static/tarbar/index.png"
  214. },
  215. {
  216. "pagePath": "pages/mine/mine",
  217. "text": "个人中心",
  218. "selectedIconPath":"static/tarbar/mine-select.png",
  219. "iconPath":"static/tarbar/mine.png"
  220. }
  221. ]
  222. }
  223. }