pages.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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/selfCenter/collection",
  27. "style": {
  28. "navigationBarTitleText": "我的收藏",
  29. "navigationBarBackgroundColor": "#02A7F0",
  30. "navigationBarTextStyle":"white"
  31. }
  32. },
  33. {
  34. "path": "pages/appeal/index",
  35. "style": {
  36. "navigationBarTitleText": "提建议",
  37. "navigationBarBackgroundColor": "#02A7F0",
  38. "navigationBarTextStyle":"white"
  39. }
  40. },
  41. {
  42. "path": "pages/appeal/myAppeal",
  43. "style": {
  44. "navigationBarTitleText": "我的诉求", "navigationBarBackgroundColor": "#02A7F0",
  45. "navigationBarTextStyle":"white"
  46. }
  47. },
  48. {
  49. "path": "pages/appeal/putAppeal",
  50. "style": {
  51. "navigationBarTitleText": "提交诉求", "navigationBarBackgroundColor": "#02A7F0",
  52. "navigationBarTextStyle":"white"
  53. }
  54. },
  55. {
  56. "path": "pages/appeal/appeal_detail",
  57. "style": {
  58. "navigationBarTitleText": "诉求详情", "navigationBarBackgroundColor": "#02A7F0",
  59. "navigationBarTextStyle":"white"
  60. }
  61. },
  62. {
  63. "path": "pages/policy/index",
  64. "style": {
  65. "navigationBarTitleText": "搜政策"
  66. }
  67. },
  68. {
  69. "path": "pages/policy/policy_deatil",
  70. "style": {
  71. "navigationBarTitleText": "政策详情"
  72. }
  73. },
  74. {
  75. "path": "pages/park/index",
  76. "style": {
  77. "navigationBarTitleText": "园区专区",
  78. "navigationBarBackgroundColor": "#02A7F0",
  79. "navigationBarTextStyle":"white"
  80. }
  81. },
  82. {
  83. "path": "pages/park/map_search",
  84. "style": {
  85. "navigationBarTitleText": "地图找园区",
  86. "navigationBarBackgroundColor": "#02A7F0",
  87. "navigationBarTextStyle":"white"
  88. }
  89. },
  90. {
  91. "path": "pages/activity/index",
  92. "style": {
  93. "navigationBarTitleText": "找活动"
  94. }
  95. },
  96. {
  97. "path": "pages/activity/activity_deatil",
  98. "style": {
  99. "navigationBarTitleText": "活动详情"
  100. }
  101. },
  102. {
  103. "path": "pages/supply/index",
  104. "style": {
  105. "navigationBarTitleText": "供需管理",
  106. "navigationBarBackgroundColor": "#02A7F0",
  107. "navigationBarTextStyle":"white"
  108. }
  109. },
  110. {
  111. "path": "pages/supply/putSupply",
  112. "style": {
  113. "navigationBarTitleText": "发布供需",
  114. "navigationBarBackgroundColor": "#02A7F0",
  115. "navigationBarTextStyle":"white"
  116. }
  117. },
  118. {
  119. "path": "pages/supply/mySupply",
  120. "style": {
  121. "navigationBarTitleText": "我的供需",
  122. "navigationBarBackgroundColor": "#02A7F0",
  123. "navigationBarTextStyle":"white"
  124. }
  125. },
  126. {
  127. "path": "pages/supply/supply_detail",
  128. "style": {
  129. "navigationBarTitleText": "供需详情",
  130. "navigationBarBackgroundColor": "#02A7F0",
  131. "navigationBarTextStyle":"white"
  132. }
  133. },
  134. {
  135. "path": "pages/enterprise/index",
  136. "style": {
  137. "navigationBarTitleText": "查企业",
  138. "navigationBarBackgroundColor": "#02A7F0",
  139. "navigationBarTextStyle":"white"
  140. }
  141. },
  142. {
  143. "path": "pages/enterprise/enterprise_detail",
  144. "style": {
  145. "navigationBarTitleText": "企业详情",
  146. "navigationBarBackgroundColor": "#02A7F0",
  147. "navigationBarTextStyle":"white"
  148. }
  149. },
  150. {
  151. "path": "pages/enterprise/product_detail",
  152. "style": {
  153. "navigationBarTitleText": "企业详情",
  154. "navigationBarBackgroundColor": "#02A7F0",
  155. "navigationBarTextStyle":"white"
  156. }
  157. },
  158. {
  159. "path": "pages/service/index",
  160. "style": {
  161. "navigationBarTitleText": "找服务"
  162. }
  163. },
  164. {
  165. "path": "pages/auth/index",
  166. "style": {
  167. "navigationBarTitleText": "授权"
  168. }
  169. },
  170. {
  171. "path": "pages/notice/index",
  172. "style": {
  173. "navigationBarTitleText": "通知公告"
  174. }
  175. },
  176. {
  177. "path": "pages/notice/notice_deatil",
  178. "style": {
  179. "navigationBarTitleText": "内容详情"
  180. }
  181. },
  182. {
  183. "path": "pages/attract/index",
  184. "style": {
  185. "navigationBarTitleText": "招商专区"
  186. }
  187. },
  188. {
  189. "path": "pages/attract/attract_deatil",
  190. "style": {
  191. "navigationBarTitleText": "活动资讯"
  192. }
  193. }
  194. ],
  195. "globalStyle": {
  196. "navigationBarTextStyle": "black",
  197. "navigationBarTitleText": "空i企",
  198. "navigationBarBackgroundColor": "#F8F8F8",
  199. "backgroundColor": "#F8F8F8"
  200. }
  201. }