pages.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "首页",
  6. "navigationStyle": "custom",
  7. "enablePullDownRefresh": true
  8. }
  9. },
  10. {
  11. "path": "pages/login/login",
  12. "style": {
  13. "navigationBarTitleText": "登录",
  14. "navigationStyle": "custom",
  15. "enablePullDownRefresh": true
  16. }
  17. },
  18. {
  19. "path": "pages/article/detail",
  20. "style": {
  21. "navigationBarTitleText": "资讯详情",
  22. "navigationStyle": "custom",
  23. "enablePullDownRefresh": true
  24. }
  25. },
  26. {
  27. "path": "pages/agree/register",
  28. "style": {
  29. "navigationBarTitleText": "注册协议",
  30. "navigationStyle": "custom",
  31. "enablePullDownRefresh": true
  32. }
  33. },
  34. {
  35. "path": "pages/agree/privacy",
  36. "style": {
  37. "navigationBarTitleText": "隐私政策",
  38. "navigationStyle": "custom",
  39. "enablePullDownRefresh": true
  40. }
  41. },
  42. {
  43. "path": "pages/agree/recharge",
  44. "style": {
  45. "navigationBarTitleText": "充值协议",
  46. "navigationStyle": "custom",
  47. "enablePullDownRefresh": true
  48. }
  49. },
  50. {
  51. "path": "pages/notice/detail",
  52. "style": {
  53. "navigationBarTitleText": "公告详情",
  54. "navigationStyle": "custom",
  55. "enablePullDownRefresh": true
  56. }
  57. },
  58. {
  59. "path": "pages/mine/index",
  60. "style": {
  61. "navigationBarTitleText": "我的",
  62. "navigationStyle": "custom",
  63. "enablePullDownRefresh": true
  64. }
  65. },
  66. {
  67. "path": "pages/mine/modify",
  68. "style": {
  69. "navigationBarTitleText": "修改信息",
  70. "navigationStyle": "custom",
  71. "enablePullDownRefresh": true
  72. }
  73. },
  74. {
  75. "path": "pages/group/create",
  76. "style": {
  77. "navigationBarTitleText": "创建群聊",
  78. "navigationStyle": "custom",
  79. "enablePullDownRefresh": true
  80. }
  81. },
  82. {
  83. "path": "pages/group/chat",
  84. "style": {
  85. "navigationBarTitleText": "群聊",
  86. "navigationStyle": "custom",
  87. "enablePullDownRefresh": true
  88. }
  89. },
  90. {
  91. "path": "pages/group/index",
  92. "style": {
  93. "navigationBarTitleText": "群聊消息",
  94. "navigationStyle": "custom",
  95. "enablePullDownRefresh": true
  96. }
  97. },
  98. {
  99. "path": "pages/information/index",
  100. "style": {
  101. "navigationBarTitleText": "信息市场",
  102. "navigationStyle": "custom",
  103. "enablePullDownRefresh": true
  104. }
  105. },
  106. {
  107. "path": "pages/group/list",
  108. "style": {
  109. "navigationBarTitleText": "群聊列表",
  110. "navigationStyle": "custom",
  111. "enablePullDownRefresh": true
  112. }
  113. },
  114. {
  115. "path": "pages/card/index",
  116. "style": {
  117. "navigationBarTitleText": "名片列表",
  118. "navigationStyle": "custom",
  119. "enablePullDownRefresh": true
  120. }
  121. },
  122. {
  123. "path": "pages/card/detail",
  124. "style": {
  125. "navigationBarTitleText": "名片",
  126. "navigationStyle": "custom",
  127. "enablePullDownRefresh": true
  128. }
  129. },
  130. {
  131. "path": "pages/mine/card",
  132. "style": {
  133. "navigationBarTitleText": "我的名片",
  134. "navigationStyle": "custom",
  135. "enablePullDownRefresh": true
  136. }
  137. },
  138. {
  139. "path": "pages/card/complaint",
  140. "style": {
  141. "navigationBarTitleText": "举报",
  142. "navigationStyle": "custom",
  143. "enablePullDownRefresh": true
  144. }
  145. },
  146. {
  147. "path": "pages/mine/information",
  148. "style": {
  149. "navigationBarTitleText": "信息中心",
  150. "navigationStyle": "custom",
  151. "enablePullDownRefresh": true
  152. }
  153. },
  154. {
  155. "path": "pages/information/publish",
  156. "style": {
  157. "navigationBarTitleText": "发布信息",
  158. "navigationStyle": "custom",
  159. "enablePullDownRefresh": true
  160. }
  161. },
  162. {
  163. "path": "pages/custom/index",
  164. "style": {
  165. "navigationBarTitleText": "在线咨询",
  166. "navigationStyle": "custom",
  167. "enablePullDownRefresh": true
  168. }
  169. }
  170. ],
  171. "globalStyle": {
  172. "navigationBarTitleText": "",
  173. "navigationBarTextStyle": "white",
  174. "navigationBarBackgroundColor": "#44A2FF",
  175. "backgroundColor": "#44A2FF",
  176. "backgroundColorTop": "#44A2FF",
  177. "backgroundColorBottom": "#F4F5F6",
  178. "h5": {
  179. "maxWidth": 1190,
  180. "navigationBarTextStyle": "black",
  181. "navigationBarBackgroundColor": "#44A2FF"
  182. }
  183. },
  184. "tabBar": {
  185. "color": "#D4D4D4",
  186. "selectedColor": "#333333",
  187. "borderStyle": "white",
  188. "backgroundColor": "#fff",
  189. "list": [{
  190. "pagePath": "pages/index/index",
  191. "text": "首页",
  192. "iconPath": "/static/icons/home.png",
  193. "selectedIconPath": "/static/icons/home-active.png"
  194. },
  195. {
  196. "pagePath": "pages/custom/index",
  197. "text": "在线咨询",
  198. "iconPath": "/static/icons/custom.png",
  199. "selectedIconPath": "/static/icons/custom-active.png"
  200. },
  201. {
  202. "pagePath": "pages/mine/index",
  203. "text": "我的",
  204. "iconPath": "/static/icons/mine.png",
  205. "selectedIconPath": "/static/icons/mine-active.png"
  206. }
  207. ]
  208. }
  209. }