pages.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "黔林优选",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/login/login",
  12. "style": {
  13. "navigationBarTitleText": "贵州林产品-登录"
  14. }
  15. },
  16. {
  17. "path": "pages/publish/publish",
  18. "style": {
  19. "navigationBarTitleText": "贵州林产品-发布商品"
  20. }
  21. },
  22. {
  23. "path": "pages/publish/chosetype/chosetype",
  24. "style": {
  25. "navigationBarTitleText": "贵州林产品-我要发布",
  26. "navigationStyle": "custom"
  27. }
  28. },
  29. {
  30. "path": "pages/publish/publishtype/publishtype",
  31. "style": {
  32. "navigationBarTitleText": "贵州林产品-我要发布"
  33. }
  34. },
  35. {
  36. "path": "pages/publish/publishsuccess/publishsuccess",
  37. "style": {
  38. "navigationBarTitleText": "等待处理"
  39. }
  40. },
  41. {
  42. "path": "pages/producttype/producttype",
  43. "style": {
  44. "navigationBarTitleText": "贵州林产品-产品分类"
  45. }
  46. },
  47. {
  48. "path": "pages/productcategory/productcategory",
  49. "style": {
  50. "navigationBarTitleText": "贵州林产品-产品类别"
  51. }
  52. },
  53. {
  54. "path": "pages/searchresults/searchresults",
  55. "style": {
  56. "navigationBarTitleText": "贵州林产品-搜索结果"
  57. }
  58. },
  59. {
  60. "path": "pages/subject/subject",
  61. "style": {
  62. "navigationBarTitleText": "贵州林产品"
  63. }
  64. },
  65. {
  66. "path": "pages/product/product",
  67. "style": {
  68. "navigationBarTitleText": "贵州林产品-产品详情"
  69. }
  70. },
  71. {
  72. "path": "pages/usercenter/usercenter",
  73. "style": {
  74. "navigationBarTitleText": "我的",
  75. "navigationStyle": "custom"
  76. }
  77. },
  78. {
  79. "path": "pages/usercenter/myfocus/myfocus",
  80. "style": {
  81. "navigationBarTitleText": "我有意向的"
  82. }
  83. },
  84. {
  85. "path": "pages/usercenter/focusme/focusme",
  86. "style": {
  87. "navigationBarTitleText": "有意向我的"
  88. }
  89. },
  90. {
  91. "path": "pages/usercenter/mypublish/mypublish",
  92. "style": {
  93. "navigationBarTitleText": "我的信息发布"
  94. }
  95. },
  96. {
  97. "path": "pages/usercenter/authentication/authentication",
  98. "style": {
  99. "navigationBarTitleText": "贵州林产品-企业认证"
  100. }
  101. },
  102. {
  103. "path": "pages/usercenter/myorder/myorder",
  104. "style": {
  105. "navigationBarTitleText": "我的订单"
  106. }
  107. },
  108. {
  109. "path": "pages/usercenter/myorder/orderdetails/orderdetails",
  110. "style": {
  111. "navigationBarTitleText": "订单详情"
  112. }
  113. },
  114. {
  115. "path": "pages/usercenter/bindphone/bindphone",
  116. "style": {
  117. "navigationBarTitleText": "绑定手机号"
  118. }
  119. },
  120. {
  121. "path": "pages/usercenter/feedback/feedback",
  122. "style": {
  123. "navigationBarTitleText": "贵州林产品-意见反馈"
  124. }
  125. },
  126. {
  127. "path": "pages/usercenter/addrs/addrs",
  128. "style": {
  129. "navigationBarTitleText": "地址管理"
  130. }
  131. },
  132. {
  133. "path": "pages/confirmorder/confirmorder",
  134. "style": {
  135. "navigationBarTitleText": "确认订单"
  136. }
  137. },
  138. {
  139. "path": "pages/inbuild/inbuild",
  140. "style": {
  141. "navigationBarTitleText": "正在建设"
  142. }
  143. },
  144. {
  145. "path": "pages/supplier/supplier",
  146. "style": {
  147. "navigationBarTitleText": "供应商"
  148. }
  149. },
  150. {
  151. "path": "pages/supplier/supplierdetail/supplierdetail",
  152. "style": {
  153. "navigationBarTitleText": "供应商详情"
  154. }
  155. }
  156. ],
  157. "tabBar": {
  158. "color": "#7A7E83",
  159. "selectedColor": "#3cc51f",
  160. "borderStyle": "black",
  161. "backgroundColor": "#ffffff",
  162. "list": [{
  163. "pagePath": "pages/index/index",
  164. "iconPath": "static/img/icon_home.png",
  165. "selectedIconPath":"static/img/icon_home-active.png",
  166. "text": "首页"
  167. },{
  168. "pagePath": "pages/publish/chosetype/chosetype",
  169. "iconPath": "static/img/icon_publish.png",
  170. "selectedIconPath":"static/img/icon_publish_active.png",
  171. "text": "我要发布"
  172. },{
  173. "pagePath": "pages/usercenter/usercenter",
  174. "iconPath": "static/img/icon_user.png",
  175. "selectedIconPath":"static/img/icon_user-active.png",
  176. "text": "我的"
  177. }]
  178. },
  179. "globalStyle": {
  180. // "navigationStyle":"custom",
  181. "navigationBarTextStyle": "black",
  182. "navigationBarTitleText": "贵州林产品",
  183. "navigationBarBackgroundColor": "#F8F8F8",
  184. "backgroundColor": "#F8F8F8"
  185. }
  186. }