pages.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "首页"
  6. }
  7. }, {
  8. "path": "pages/login/login",
  9. "style": {
  10. "navigationBarTitleText": "登录"
  11. }
  12. },
  13. {
  14. "path": "pages/order/order",
  15. "style": {
  16. "navigationBarTitleText": "工单"
  17. }
  18. },
  19. {
  20. "path": "pages/my/my",
  21. "style": {
  22. "navigationBarTitleText": "我的"
  23. }
  24. },
  25. {
  26. "path": "pages/message/message",
  27. "style": {
  28. "navigationBarTitleText": "消息"
  29. }
  30. },
  31. {
  32. "path": "pages/house/house",
  33. "style": {
  34. "navigationBarTitleText": "房源列表"
  35. }
  36. },
  37. {
  38. "path": "pages/houseDetail/houseDetail",
  39. "style": {
  40. "navigationBarTitleText": "房源详情"
  41. }
  42. },
  43. {
  44. "path": "pages/messageList/messageList",
  45. "style": {
  46. "navigationBarTitleText": "消息列表"
  47. }
  48. },
  49. {
  50. "path": "pages/messageDetail/messageDetail",
  51. "style": {
  52. "navigationBarTitleText": "消息详情"
  53. }
  54. },
  55. {
  56. "path": "pages/projectList/projectList",
  57. "style": {
  58. "navigationBarTitleText": "项目列表"
  59. }
  60. }
  61. ],
  62. "tabBar": {
  63. "color": "#3a3a3a",
  64. "selectedColor": "#3371FF",
  65. "list": [{
  66. "text": "首页",
  67. "pagePath": "pages/index/index",
  68. "iconPath": "static/image/tabbar/index.png",
  69. "selectedIconPath": "static/image/tabbar/index-active.png"
  70. },
  71. {
  72. "text": "工单",
  73. "pagePath": "pages/order/order",
  74. "iconPath": "static/image/tabbar/order.png",
  75. "selectedIconPath": "static/image/tabbar/order-active.png"
  76. },
  77. {
  78. "text": "通知",
  79. "pagePath": "pages/message/message",
  80. "iconPath": "static/image/tabbar/message.png",
  81. "selectedIconPath": "static/image/tabbar/message-active.png"
  82. },
  83. {
  84. "text": "我的",
  85. "pagePath": "pages/my/my",
  86. "iconPath": "static/image/tabbar/my.png",
  87. "selectedIconPath": "static/image/tabbar/my-active.png"
  88. }
  89. ]
  90. },
  91. "globalStyle": {
  92. "navigationBarTextStyle": "black",
  93. "navigationBarTitleText": "有极物业",
  94. "navigationBarBackgroundColor": "#ffffff",
  95. "backgroundColor": "#F8F8F8"
  96. }
  97. }