pages.json 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  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/residential/detail",
  62. "style" :
  63. {
  64. "navigationBarTitleText": "小区详情",
  65. "enablePullDownRefresh": false
  66. }
  67. }
  68. ,{
  69. "path" : "pages/residential/add",
  70. "style" :
  71. {
  72. "navigationBarTitleText": "添加小区",
  73. "enablePullDownRefresh": false
  74. }
  75. }
  76. ,{
  77. "path" : "pages/building/building",
  78. "style" :
  79. {
  80. "navigationBarTitleText": "楼栋管理",
  81. "enablePullDownRefresh": false
  82. }
  83. }
  84. ,{
  85. "path" : "pages/unit/unit",
  86. "style" :
  87. {
  88. "navigationBarTitleText": "单元管理",
  89. "enablePullDownRefresh": false
  90. }
  91. }
  92. ,{
  93. "path" : "pages/room/room",
  94. "style" :
  95. {
  96. "navigationBarTitleText": "房间管理",
  97. "enablePullDownRefresh": false
  98. }
  99. }
  100. ,{
  101. "path" : "pages/user/user",
  102. "style" :
  103. {
  104. "navigationBarTitleText": "住户管理",
  105. "enablePullDownRefresh": false
  106. }
  107. }
  108. ,{
  109. "path" : "pages/user-auth/user-auth",
  110. "style" :
  111. {
  112. "navigationBarTitleText": "住户审核",
  113. "enablePullDownRefresh": false
  114. }
  115. }
  116. ,{
  117. "path" : "pages/car/car",
  118. "style" :
  119. {
  120. "navigationBarTitleText": "车辆管理",
  121. "enablePullDownRefresh": false
  122. }
  123. }
  124. ,{
  125. "path" : "pages/car/add",
  126. "style" :
  127. {
  128. "navigationBarTitleText": "添加车辆",
  129. "enablePullDownRefresh": false
  130. }
  131. }
  132. ,{
  133. "path" : "pages/room/add",
  134. "style" :
  135. {
  136. "navigationBarTitleText": "添加房间",
  137. "enablePullDownRefresh": false
  138. }
  139. }
  140. ,{
  141. "path" : "pages/room/detail",
  142. "style" :
  143. {
  144. "navigationBarTitleText": "房间详情",
  145. "enablePullDownRefresh": false
  146. }
  147. }
  148. ,{
  149. "path" : "pages/user/detail",
  150. "style" :
  151. {
  152. "navigationBarTitleText": "住户详情",
  153. "enablePullDownRefresh": false
  154. }
  155. }
  156. ,{
  157. "path" : "pages/user/add",
  158. "style" :
  159. {
  160. "navigationBarTitleText": "新增住户",
  161. "enablePullDownRefresh": false
  162. }
  163. }
  164. ,{
  165. "path" : "pages/repair/detail",
  166. "style" :
  167. {
  168. "navigationBarTitleText": "报修详情",
  169. "enablePullDownRefresh": false
  170. }
  171. }
  172. ,{
  173. "path" : "pages/repair/list",
  174. "style" :
  175. {
  176. "navigationBarTitleText": "物业报修",
  177. "enablePullDownRefresh": false
  178. }
  179. }
  180. ,{
  181. "path" : "pages/user-auth/detail",
  182. "style" :
  183. {
  184. "navigationBarTitleText": "审核详情",
  185. "enablePullDownRefresh": false
  186. }
  187. }
  188. ,{
  189. "path" : "pages/feedback/list",
  190. "style" :
  191. {
  192. "navigationBarTitleText": "用户反馈",
  193. "enablePullDownRefresh": false
  194. }
  195. }
  196. ,{
  197. "path" : "pages/setting/setting",
  198. "style" :
  199. {
  200. "navigationBarTitleText": "系统设置",
  201. "enablePullDownRefresh": false
  202. }
  203. }
  204. ,{
  205. "path" : "pages/setting/agreement",
  206. "style" :
  207. {
  208. "navigationBarTitleText": "用户协议",
  209. "enablePullDownRefresh": false
  210. }
  211. }
  212. ],
  213. "globalStyle": {
  214. "navigationBarTextStyle": "black",
  215. "navigationBarTitleText": "物业助手",
  216. "navigationBarBackgroundColor": "#FFFFFF",
  217. "backgroundColor": "#FFFFFF"
  218. },
  219. "tabBar": {
  220. "color":"#a0aabc",
  221. "backgroundColor":"#FFFFFF",
  222. "borderStyle":"white",
  223. "selectedColor":"#7dc7ae",
  224. "list": [
  225. {
  226. "pagePath": "pages/index/index",
  227. "text": "工作台",
  228. "selectedIconPath":"static/tarbar/index-select.png",
  229. "iconPath":"static/tarbar/index.png"
  230. },
  231. {
  232. "pagePath": "pages/mine/mine",
  233. "text": "个人中心",
  234. "selectedIconPath":"static/tarbar/mine-select.png",
  235. "iconPath":"static/tarbar/mine.png"
  236. }
  237. ]
  238. }
  239. }