pages.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "空i企",
  7. "navigationStyle":"custom"
  8. }
  9. },
  10. {
  11. "path": "pages/park/park_deatil",
  12. "style": {
  13. "navigationBarTitleText": "园区概况",
  14. "navigationBarBackgroundColor": "#02A7F0",
  15. "navigationBarTextStyle":"white"
  16. }
  17. },
  18. {
  19. "path": "pages/selfCenter/index",
  20. "style": {
  21. "navigationBarTitleText": "我的"
  22. }
  23. },
  24. {
  25. "path": "pages/appeal/index",
  26. "style": {
  27. "navigationBarTitleText": "提建议",
  28. "navigationBarBackgroundColor": "#02A7F0",
  29. "navigationBarTextStyle":"white"
  30. }
  31. },
  32. {
  33. "path": "pages/appeal/myAppeal",
  34. "style": {
  35. "navigationBarTitleText": "我的诉求", "navigationBarBackgroundColor": "#02A7F0",
  36. "navigationBarTextStyle":"white"
  37. }
  38. },
  39. {
  40. "path": "pages/appeal/putAppeal",
  41. "style": {
  42. "navigationBarTitleText": "提出诉求", "navigationBarBackgroundColor": "#02A7F0",
  43. "navigationBarTextStyle":"white"
  44. }
  45. },
  46. {
  47. "path": "pages/appeal/appeal_detail",
  48. "style": {
  49. "navigationBarTitleText": "诉求详情", "navigationBarBackgroundColor": "#02A7F0",
  50. "navigationBarTextStyle":"white"
  51. }
  52. },
  53. {
  54. "path": "pages/policy/index",
  55. "style": {
  56. "navigationBarTitleText": "搜政策"
  57. }
  58. },
  59. {
  60. "path": "pages/policy/policy_deatil",
  61. "style": {
  62. "navigationBarTitleText": "政策详情"
  63. }
  64. },
  65. {
  66. "path": "pages/park/index",
  67. "style": {
  68. "navigationBarTitleText": "园区专区",
  69. "navigationBarBackgroundColor": "#02A7F0",
  70. "navigationBarTextStyle":"white"
  71. }
  72. },
  73. {
  74. "path": "pages/park/map_search",
  75. "style": {
  76. "navigationBarTitleText": "地图找园区",
  77. "navigationBarBackgroundColor": "#02A7F0",
  78. "navigationBarTextStyle":"white"
  79. }
  80. },
  81. {
  82. "path": "pages/activity/index",
  83. "style": {
  84. "navigationBarTitleText": "找活动"
  85. }
  86. },
  87. {
  88. "path": "pages/supply/index",
  89. "style": {
  90. "navigationBarTitleText": "发供需"
  91. }
  92. },
  93. {
  94. "path": "pages/enterprise/index",
  95. "style": {
  96. "navigationBarTitleText": "查企业"
  97. }
  98. },
  99. {
  100. "path": "pages/service/index",
  101. "style": {
  102. "navigationBarTitleText": "找服务"
  103. }
  104. }
  105. ],
  106. "globalStyle": {
  107. "navigationBarTextStyle": "black",
  108. "navigationBarTitleText": "空i企",
  109. "navigationBarBackgroundColor": "#F8F8F8",
  110. "backgroundColor": "#F8F8F8"
  111. },
  112. "tabBar": {
  113. "color": "#d8d8d8",
  114. "selectedColor": "#4a4a4a",
  115. "borderStyle": "white",
  116. "backgroundColor": "#FFFFFF",
  117. "list": [{
  118. "pagePath": "pages/index/index",
  119. "iconPath": "/static/tabbar/home-select.png",
  120. "selectedIconPath": "/static/tabbar/home-selected.png",
  121. "text": "首页"
  122. },
  123. {
  124. "pagePath": "pages/selfCenter/index",
  125. "iconPath": "/static/tabbar/user-select.png",
  126. "selectedIconPath": "/static/tabbar/user-selected.png",
  127. "text": "我的"
  128. }
  129. ]
  130. }
  131. }