pages.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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/policy/index",
  34. "style": {
  35. "navigationBarTitleText": "搜政策"
  36. }
  37. },
  38. {
  39. "path": "pages/policy/policy_deatil",
  40. "style": {
  41. "navigationBarTitleText": "政策详情"
  42. }
  43. },
  44. {
  45. "path": "pages/park/index",
  46. "style": {
  47. "navigationBarTitleText": "园区专区",
  48. "navigationBarBackgroundColor": "#02A7F0",
  49. "navigationBarTextStyle":"white"
  50. }
  51. },
  52. {
  53. "path": "pages/park/map_search",
  54. "style": {
  55. "navigationBarTitleText": "地图找园区",
  56. "navigationBarBackgroundColor": "#02A7F0",
  57. "navigationBarTextStyle":"white"
  58. }
  59. },
  60. {
  61. "path": "pages/activity/index",
  62. "style": {
  63. "navigationBarTitleText": "找活动"
  64. }
  65. },
  66. {
  67. "path": "pages/supply/index",
  68. "style": {
  69. "navigationBarTitleText": "发供需"
  70. }
  71. },
  72. {
  73. "path": "pages/enterprise/index",
  74. "style": {
  75. "navigationBarTitleText": "查企业"
  76. }
  77. },
  78. {
  79. "path": "pages/service/index",
  80. "style": {
  81. "navigationBarTitleText": "找服务"
  82. }
  83. }
  84. ],
  85. "globalStyle": {
  86. "navigationBarTextStyle": "black",
  87. "navigationBarTitleText": "空i企",
  88. "navigationBarBackgroundColor": "#F8F8F8",
  89. "backgroundColor": "#F8F8F8"
  90. },
  91. "tabBar": {
  92. "color": "#d8d8d8",
  93. "selectedColor": "#4a4a4a",
  94. "borderStyle": "white",
  95. "backgroundColor": "#FFFFFF",
  96. "list": [{
  97. "pagePath": "pages/index/index",
  98. "iconPath": "/static/tabbar/home-select.png",
  99. "selectedIconPath": "/static/tabbar/home-selected.png",
  100. "text": "首页"
  101. },
  102. {
  103. "pagePath": "pages/selfCenter/index",
  104. "iconPath": "/static/tabbar/user-select.png",
  105. "selectedIconPath": "/static/tabbar/user-selected.png",
  106. "text": "我的"
  107. }
  108. ]
  109. }
  110. }