pages.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "enablePullDownRefresh": true,
  6. "navigationStyle": "custom",
  7. "navigationBarTitleText": "首页"
  8. }
  9. },
  10. {
  11. "path": "pages/public/register",
  12. "style": {
  13. "navigationBarTitleText": "注册",
  14. "app-plus": {
  15. "titleNView": {
  16. "type": "transparent"
  17. }
  18. }
  19. }
  20. }, {
  21. "path": "pages/public/login",
  22. "style": {
  23. "navigationBarTitleText": "登录",
  24. "app-plus": {
  25. "titleNView": {
  26. "type": "transparent"
  27. }
  28. }
  29. }
  30. },
  31. {
  32. "path": "pages/user/team",
  33. "style": {
  34. "navigationBarTitleText": "我的团队",
  35. "app-plus": {
  36. "titleNView": {
  37. "type": "transparent"
  38. }
  39. }
  40. }
  41. },
  42. {
  43. "path": "pages/public/wxLogin",
  44. "style": {
  45. "navigationBarTitleText": "微信登录",
  46. "app-plus": {
  47. "titleNView": {
  48. "type": "transparent"
  49. }
  50. }
  51. }
  52. },
  53. {
  54. "path": "pages/public/forget",
  55. "style": {
  56. "navigationBarTitleText": "忘记密码",
  57. "app-plus": {
  58. "titleNView": {
  59. "type": "transparent"
  60. }
  61. }
  62. }
  63. },
  64. {
  65. "path": "pages/set/set",
  66. "style": {
  67. "navigationBarTitleText": "设置"
  68. }
  69. },
  70. {
  71. "path": "pages/set/bjq",
  72. "style": {
  73. "navigationBarTitleText": ""
  74. }
  75. },
  76. {
  77. "path": "pages/set/phone",
  78. "style": {
  79. "navigationBarTitleText": "实名认证"
  80. }
  81. },
  82. {
  83. "path": "pages/set/userinfo",
  84. "style": {
  85. "navigationBarTitleText": "修改资料"
  86. }
  87. },
  88. {
  89. "path": "pages/set/setinfo",
  90. "style": {
  91. "navigationBarTitleText": "修改资料"
  92. }
  93. },
  94. {
  95. "path": "pages/cart/zmt",
  96. "style": {
  97. "navigationBarTitleText": "自媒体"
  98. }
  99. },
  100. {
  101. "path": "pages/user/user",
  102. "style": {
  103. "navigationBarTitleText": "个人中心"
  104. }
  105. },
  106. {
  107. "path": "pages/category/funeng",
  108. "style": {
  109. "navigationBarTitleText": "企业赋能"
  110. }
  111. },
  112. {
  113. "path": "pages/redirect/redirect",
  114. "style": {
  115. "navigationBarTitleText": "微信登录跳转页面",
  116. "app-plus": {
  117. "titleNView": false
  118. }
  119. }
  120. },
  121. {
  122. "path": "pages/user/shareQrCode",
  123. "style": {
  124. "navigationBarTitleText": "邀请好友"
  125. }
  126. },
  127. {
  128. "path": "pages/user/mymsg",
  129. "style": {
  130. "navigationBarTitleText": "消息"
  131. }
  132. },
  133. {
  134. "path": "pages/user/dyjj",
  135. "style": {
  136. "navigationBarTitleText": "订阅号简介"
  137. }
  138. },
  139. {
  140. "path": "pages/user/mydy",
  141. "style": {
  142. "navigationBarTitleText": "我的订阅"
  143. }
  144. },
  145. {
  146. "path": "pages/user/dydetail",
  147. "style": {
  148. "navigationBarTitleText": "订阅号详情"
  149. }
  150. },
  151. {
  152. "path": "pages/user/joinMedia",
  153. "style": {
  154. "navigationBarTitleText": "加入"
  155. }
  156. },
  157. {
  158. "path": "pages/user/mypl",
  159. "style": {
  160. "navigationBarTitleText": "我的评论"
  161. }
  162. }, {
  163. "path": "pages/user/registerMember",
  164. "style": {
  165. "navigationBarTitleText": "企业注册",
  166. "navigationBarTextStyle": "white"
  167. }
  168. }, {
  169. "path": "pages/user/article",
  170. "style": {
  171. "navigationBarTitleText": "文章详情",
  172. "enablePullDownRefresh": false
  173. }
  174. },
  175. {
  176. "path": "pages/index/searchZmt",
  177. "style": {
  178. "navigationBarTitleText": "自媒体查询",
  179. "enablePullDownRefresh": false
  180. }
  181. },
  182. {
  183. "path": "pages/index/searchArt",
  184. "style": {
  185. "navigationBarTitleText": "文章查询",
  186. "enablePullDownRefresh": false
  187. }
  188. },
  189. {
  190. "path": "pages/meeting/meeting",
  191. "style": {
  192. "navigationBarTitleText": "会议详情",
  193. "enablePullDownRefresh": false
  194. }
  195. }
  196. ],
  197. "globalStyle": {
  198. "navigationBarTextStyle": "black",
  199. "navigationBarTitleText": "台州互联融媒体",
  200. "navigationStyle": "custom",
  201. "navigationBarBackgroundColor": "#FFFFFF",
  202. "backgroundColor": "#f8f8f8"
  203. },
  204. "tabBar": {
  205. "color": "#C0C4CC",
  206. "selectedColor": "#000000",
  207. "borderStyle": "black",
  208. "backgroundColor": "#ffffff",
  209. "list": [{
  210. "pagePath": "pages/index/index",
  211. "iconPath": "static/tabBar/tab-home.png",
  212. "selectedIconPath": "static/tabBar/tab-home-current.png",
  213. "text": "首页"
  214. },
  215. {
  216. "pagePath": "pages/category/funeng",
  217. "iconPath": "static/tabBar/tab-cate.png",
  218. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  219. "text": "企业赋能"
  220. },
  221. {
  222. "pagePath": "pages/cart/zmt",
  223. "iconPath": "static/tabBar/tab-cart.png",
  224. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  225. "text": "自媒体"
  226. },
  227. {
  228. "pagePath": "pages/user/user",
  229. "iconPath": "static/tabBar/tab-my.png",
  230. "selectedIconPath": "static/tabBar/tab-my-current.png",
  231. "text": "我的"
  232. }
  233. ]
  234. }
  235. }