pages.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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. "navigationStyle":"custom"
  23. }
  24. },
  25. {
  26. "path": "pages/appeal/index",
  27. "style": {
  28. "navigationBarTitleText": "提建议",
  29. "navigationBarBackgroundColor": "#02A7F0",
  30. "navigationBarTextStyle":"white"
  31. }
  32. },
  33. {
  34. "path": "pages/appeal/myAppeal",
  35. "style": {
  36. "navigationBarTitleText": "我的诉求", "navigationBarBackgroundColor": "#02A7F0",
  37. "navigationBarTextStyle":"white"
  38. }
  39. },
  40. {
  41. "path": "pages/appeal/putAppeal",
  42. "style": {
  43. "navigationBarTitleText": "提交诉求", "navigationBarBackgroundColor": "#02A7F0",
  44. "navigationBarTextStyle":"white"
  45. }
  46. },
  47. {
  48. "path": "pages/appeal/appeal_detail",
  49. "style": {
  50. "navigationBarTitleText": "诉求详情", "navigationBarBackgroundColor": "#02A7F0",
  51. "navigationBarTextStyle":"white"
  52. }
  53. },
  54. {
  55. "path": "pages/policy/index",
  56. "style": {
  57. "navigationBarTitleText": "搜政策"
  58. }
  59. },
  60. {
  61. "path": "pages/policy/policy_deatil",
  62. "style": {
  63. "navigationBarTitleText": "政策详情"
  64. }
  65. },
  66. {
  67. "path": "pages/park/index",
  68. "style": {
  69. "navigationBarTitleText": "园区专区",
  70. "navigationBarBackgroundColor": "#02A7F0",
  71. "navigationBarTextStyle":"white"
  72. }
  73. },
  74. {
  75. "path": "pages/park/map_search",
  76. "style": {
  77. "navigationBarTitleText": "地图找园区",
  78. "navigationBarBackgroundColor": "#02A7F0",
  79. "navigationBarTextStyle":"white"
  80. }
  81. },
  82. {
  83. "path": "pages/activity/index",
  84. "style": {
  85. "navigationBarTitleText": "找活动"
  86. }
  87. },
  88. {
  89. "path": "pages/supply/index",
  90. "style": {
  91. "navigationBarTitleText": "供需管理",
  92. "navigationBarBackgroundColor": "#02A7F0",
  93. "navigationBarTextStyle":"white"
  94. }
  95. },
  96. {
  97. "path": "pages/supply/putSupply",
  98. "style": {
  99. "navigationBarTitleText": "发布供需",
  100. "navigationBarBackgroundColor": "#02A7F0",
  101. "navigationBarTextStyle":"white"
  102. }
  103. },
  104. {
  105. "path": "pages/supply/mySupply",
  106. "style": {
  107. "navigationBarTitleText": "我的供需",
  108. "navigationBarBackgroundColor": "#02A7F0",
  109. "navigationBarTextStyle":"white"
  110. }
  111. },
  112. {
  113. "path": "pages/supply/supply_detail",
  114. "style": {
  115. "navigationBarTitleText": "供需详情",
  116. "navigationBarBackgroundColor": "#02A7F0",
  117. "navigationBarTextStyle":"white"
  118. }
  119. },
  120. {
  121. "path": "pages/enterprise/index",
  122. "style": {
  123. "navigationBarTitleText": "查企业"
  124. }
  125. },
  126. {
  127. "path": "pages/service/index",
  128. "style": {
  129. "navigationBarTitleText": "找服务"
  130. }
  131. },
  132. {
  133. "path": "pages/auth/index",
  134. "style": {
  135. "navigationBarTitleText": "授权"
  136. }
  137. }
  138. ],
  139. "globalStyle": {
  140. "navigationBarTextStyle": "black",
  141. "navigationBarTitleText": "空i企",
  142. "navigationBarBackgroundColor": "#F8F8F8",
  143. "backgroundColor": "#F8F8F8"
  144. }
  145. }