pages.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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/home/home",
  113. "style" :
  114. {
  115. "navigationBarTitleText" : "我要什么"
  116. }
  117. },
  118. {
  119. "path" : "pages/mine/mine",
  120. "style" :
  121. {
  122. "navigationBarTitleText" : "我的"
  123. }
  124. },
  125. {
  126. "path" : "pages/comm/comm",
  127. "style" :
  128. {
  129. "navigationBarTitleText" : "我有什么"
  130. }
  131. }
  132. ],
  133. "subPackages": [{
  134. "root":"homePages",
  135. "pages": []
  136. }, {
  137. "root":"circlePages",
  138. "pages": [{
  139. "path": "circle",
  140. "style": {
  141. "navigationBarTitleText": "晒帖子",
  142. "enablePullDownRefresh": false
  143. }
  144. },
  145. {
  146. "path" : "addShare",
  147. "style" :
  148. {
  149. "navigationBarTitleText" : "发布供应"
  150. }
  151. }]
  152. }, {
  153. "root":"minePages",
  154. "pages": [{
  155. "path": "set",
  156. "style": {
  157. "navigationBarTitleText": "设置",
  158. "enablePullDownRefresh": false
  159. }
  160. }
  161. ]
  162. }],
  163. "tabBar": {
  164. "color": "#868585",
  165. "selectedColor": "#005DA6",
  166. "list": [{
  167. "pagePath": "pages/index/index",
  168. "text": "供需发布平台",
  169. "iconPath": "static/ui/home.png",
  170. "selectedIconPath": "static/ui/home1.png"
  171. },
  172. {
  173. "pagePath": "pages/home/home",
  174. "text": "我要什么",
  175. "iconPath": "static/ui/need.png",
  176. "selectedIconPath": "static/ui/need1.png"
  177. },
  178. {
  179. "pagePath": "pages/comm/comm",
  180. "text": "我有什么",
  181. "iconPath": "static/ui/share.png",
  182. "selectedIconPath": "static/ui/share1.png"
  183. } ,
  184. {
  185. "pagePath": "pages/mine/mine",
  186. "text": "我的",
  187. "iconPath": "static/ui/me.png",
  188. "selectedIconPath": "static/ui/me1.png"
  189. }
  190. ]},
  191. "globalStyle": {
  192. "navigationStyle": "custom",
  193. "navigationBarTextStyle": "black",
  194. "navigationBarTitleText": "速立保",
  195. "navigationBarBackgroundColor": "#fff",
  196. "backgroundColor": "#F8F8F8"
  197. }
  198. }