pages.json 4.6 KB

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