pages.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. {
  2. "easycom": {
  3. "^tn-(.*)": "@/tuniao-ui/components/tn-$1/tn-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText" : "速立保"
  10. }
  11. },
  12. {
  13. "path" : "pages/index/auth",
  14. "style" :
  15. {
  16. "navigationBarTitleText" : ""
  17. }
  18. },
  19. {
  20. "path" : "pages/login/login",
  21. "style" :
  22. {
  23. "navigationBarTitleText" : "登录"
  24. }
  25. },
  26. {
  27. "path" : "pages/login/info",
  28. "style" :
  29. {
  30. "navigationBarTitleText" : "用户协议"
  31. }
  32. },
  33. {
  34. "path" : "pages/mine/need",
  35. "style" :
  36. {
  37. "navigationBarTitleText" : "我的需求"
  38. }
  39. },
  40. {
  41. "path" : "pages/mine/share",
  42. "style" :
  43. {
  44. "navigationBarTitleText" : "我的供应"
  45. }
  46. },
  47. {
  48. "path" : "pages/webview/web-view",
  49. "style" :
  50. {
  51. "navigationBarTitleText" : ""
  52. }
  53. },
  54. {
  55. "path" : "pages/mine/coll",
  56. "style" :
  57. {
  58. "navigationBarTitleText" : "我的收藏"
  59. }
  60. },
  61. {
  62. "path" : "pages/comm/search",
  63. "style" :
  64. {
  65. "navigationBarTitleText" : "搜索"
  66. }
  67. },
  68. {
  69. "path" : "pages/mine/feedback",
  70. "style" :
  71. {
  72. "navigationBarTitleText" : "问题反馈",
  73. "enablePullDownRefresh": true
  74. }
  75. },
  76. {
  77. "path" : "pages/mine/addFeed",
  78. "style" :
  79. {
  80. "navigationBarTitleText" : "问题反馈"
  81. }
  82. },
  83. {
  84. "path" : "pages/mine/about",
  85. "style" :
  86. {
  87. "navigationBarTitleText" : "了解速立保"
  88. }
  89. },
  90. {
  91. "path" : "pages/comm/search2",
  92. "style" :
  93. {
  94. "navigationBarTitleText" : "搜索"
  95. }
  96. },
  97. {
  98. "path" : "pages/index/detail/detail",
  99. "style" :
  100. {
  101. "navigationBarTitleText" : "详情"
  102. }
  103. },
  104. {
  105. "path" : "pages/login/loginByCode",
  106. "style" :
  107. {
  108. "navigationBarTitleText" : "账号登录"
  109. }
  110. },
  111. {
  112. "path" : "pages/discovery/discovery",
  113. "style" :
  114. {
  115. "navigationBarTitleText" : "速立保"
  116. }
  117. },
  118. {
  119. "path" : "pages/home/home",
  120. "style" :
  121. {
  122. "navigationBarTitleText" : "我要什么"
  123. }
  124. },
  125. {
  126. "path" : "pages/mine/mine",
  127. "style" :
  128. {
  129. "navigationBarTitleText" : "我的"
  130. }
  131. },
  132. {
  133. "path" : "pages/comm/comm",
  134. "style" :
  135. {
  136. "navigationBarTitleText" : "我有什么"
  137. }
  138. }
  139. ],
  140. "subPackages": [{
  141. "root":"homePages",
  142. "pages": []
  143. }, {
  144. "root":"circlePages",
  145. "pages": [{
  146. "path": "circle",
  147. "style": {
  148. "navigationBarTitleText": "晒帖子",
  149. "enablePullDownRefresh": false
  150. }
  151. },
  152. {
  153. "path" : "addShare",
  154. "style" :
  155. {
  156. "navigationBarTitleText" : "发布供应"
  157. }
  158. }]
  159. }, {
  160. "root":"minePages",
  161. "pages": [{
  162. "path": "set",
  163. "style": {
  164. "navigationBarTitleText": "设置",
  165. "enablePullDownRefresh": false
  166. }
  167. }
  168. ]
  169. }],
  170. "tabBar": {
  171. "color": "#868585",
  172. "selectedColor": "#005DA6",
  173. "list": [{
  174. "pagePath": "pages/index/index",
  175. "text": "供需发布平台",
  176. "iconPath": "static/ui/home.png",
  177. "selectedIconPath": "static/ui/home1.png"
  178. },
  179. {
  180. "pagePath": "pages/home/home",
  181. "text": "我要什么",
  182. "iconPath": "static/ui/need.png",
  183. "selectedIconPath": "static/ui/need1.png"
  184. },
  185. {
  186. "pagePath": "pages/comm/comm",
  187. "text": "我有什么",
  188. "iconPath": "static/ui/share.png",
  189. "selectedIconPath": "static/ui/share1.png"
  190. } ,
  191. {
  192. "pagePath": "pages/mine/mine",
  193. "text": "我的",
  194. "iconPath": "static/ui/me.png",
  195. "selectedIconPath": "static/ui/me1.png"
  196. }
  197. ]},
  198. "globalStyle": {
  199. "navigationStyle": "custom",
  200. "navigationBarTextStyle": "black",
  201. "navigationBarTitleText": "速立保",
  202. "navigationBarBackgroundColor": "#fff",
  203. "backgroundColor": "#F8F8F8"
  204. }
  205. }