pages.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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/product/product",
  61. "style": {
  62. "navigationBarTitleText": "贵州林产品-产品详情"
  63. }
  64. },
  65. {
  66. "path": "pages/usercenter/usercenter",
  67. "style": {
  68. "navigationBarTitleText": "我的",
  69. "navigationStyle": "custom"
  70. }
  71. },
  72. {
  73. "path": "pages/usercenter/myfocus/myfocus",
  74. "style": {
  75. "navigationBarTitleText": "我有意向的"
  76. }
  77. },
  78. {
  79. "path": "pages/usercenter/focusme/focusme",
  80. "style": {
  81. "navigationBarTitleText": "有意向我的"
  82. }
  83. },
  84. {
  85. "path": "pages/usercenter/mypublish/mypublish",
  86. "style": {
  87. "navigationBarTitleText": "我的信息发布"
  88. }
  89. },
  90. {
  91. "path": "pages/usercenter/authentication/authentication",
  92. "style": {
  93. "navigationBarTitleText": "贵州林产品-企业认证"
  94. }
  95. },
  96. {
  97. "path": "pages/usercenter/feedback/feedback",
  98. "style": {
  99. "navigationBarTitleText": "贵州林产品-意见反馈"
  100. }
  101. },
  102. {
  103. "path": "pages/inbuild/inbuild",
  104. "style": {
  105. "navigationBarTitleText": "正在建设"
  106. }
  107. },
  108. {
  109. "path": "pages/supplier/supplier",
  110. "style": {
  111. "navigationBarTitleText": "供应商"
  112. }
  113. },
  114. {
  115. "path": "pages/supplier/supplierdetail/supplierdetail",
  116. "style": {
  117. "navigationBarTitleText": "供应商详情"
  118. }
  119. }
  120. ],
  121. "tabBar": {
  122. "color": "#7A7E83",
  123. "selectedColor": "#3cc51f",
  124. "borderStyle": "black",
  125. "backgroundColor": "#ffffff",
  126. "list": [{
  127. "pagePath": "pages/index/index",
  128. "iconPath": "static/img/icon_home.png",
  129. "selectedIconPath":"static/img/icon_home-active.png",
  130. "text": "首页"
  131. },{
  132. "pagePath": "pages/publish/chosetype/chosetype",
  133. "iconPath": "static/img/icon_publish.png",
  134. "selectedIconPath":"static/img/icon_publish_active.png",
  135. "text": "我要发布"
  136. },{
  137. "pagePath": "pages/usercenter/usercenter",
  138. "iconPath": "static/img/icon_user.png",
  139. "selectedIconPath":"static/img/icon_user-active.png",
  140. "text": "我的"
  141. }]
  142. },
  143. "globalStyle": {
  144. // "navigationStyle":"custom",
  145. "navigationBarTextStyle": "black",
  146. "navigationBarTitleText": "贵州林产品",
  147. "navigationBarBackgroundColor": "#F8F8F8",
  148. "backgroundColor": "#F8F8F8"
  149. }
  150. }