pages.json 5.0 KB

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