pages.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/init",
  5. "navigationStyle":"custom"
  6. ,"style": {
  7. "navigationBarBackgroundColor":"#fff",
  8. "navigationBarTitleText": "入口页"//入口页
  9. }
  10. },
  11. {
  12. "path": "pages/index/guide",
  13. "navigationStyle":"custom"
  14. ,"style": {
  15. "navigationBarBackgroundColor":"#fff",
  16. "navigationBarTitleText": "引导页",
  17. "navigationStyle":"custom"
  18. }
  19. },
  20. {
  21. "path": "pages/login/loginType",
  22. "style": {
  23. "navigationBarTitleText": "",
  24. "navigationStyle":"custom"
  25. }
  26. },
  27. {
  28. "path": "pages/login/companyLogin",
  29. "style": {
  30. "navigationBarTitleText": "企业用户登录"
  31. }
  32. },
  33. {
  34. "path": "pages/index/index",
  35. "style": {
  36. "navigationBarTitleText": "",
  37. "navigationStyle":"custom"
  38. }
  39. },
  40. {
  41. "path": "pages/product/product",
  42. "style": {
  43. "navigationBarTitleText": "",
  44. "navigationStyle":"custom"
  45. }
  46. },
  47. {
  48. "path": "pages/product/productList/productList",
  49. "style": {
  50. "navigationBarTitleText": "更多产品"
  51. }
  52. },
  53. {
  54. "path": "pages/confirmOrder/confirmOrder",
  55. "style": {
  56. "navigationBarTitleText": ""
  57. }
  58. },
  59. {
  60. "path": "pages/buySuccess/buySuccess",
  61. "style": {
  62. "navigationBarTitleText": "结果页"
  63. }
  64. },
  65. {
  66. "path": "pages/building/building",
  67. "style": {
  68. "navigationBarTitleText": "正在建设中"
  69. ,"navigationStyle":"custom"
  70. }
  71. },
  72. {
  73. "path": "pages/use/useRouter",
  74. "style": {
  75. "navigationBarTitleText": "",
  76. "navigationStyle":"custom"
  77. }
  78. },
  79. {
  80. "path": "pages/mall/mall",
  81. "style": {
  82. "navigationBarTitleText": "普惠商城",
  83. "navigationStyle":"custom"
  84. }
  85. },
  86. {
  87. "path": "pages/use/use",
  88. "style": {
  89. "navigationBarTitleText": "价值实现",
  90. "navigationStyle":"custom"
  91. }
  92. },
  93. {
  94. "path": "pages/use/assignment/assignment",
  95. "style": {
  96. "navigationBarTitleText": "碳履约",
  97. "navigationStyle":"custom"
  98. }
  99. },
  100. {
  101. "path": "pages/use/companyUse/companyUse",
  102. "style": {
  103. "navigationBarTitleText": "企业碳中和",
  104. "navigationStyle":"custom"
  105. }
  106. },
  107. {
  108. "path": "pages/use/assignment/assignmentDetail/assignmentDetail",
  109. "style": {
  110. "navigationBarTitleText": ""
  111. }
  112. },
  113. {
  114. "path": "pages/usercenter/usercenter",
  115. "style": {
  116. "navigationBarTitleText": "",
  117. "navigationStyle":"custom"
  118. }
  119. },
  120. {
  121. "path": "pages/usercenter/certificateList/certificateList",
  122. "style": {
  123. "navigationBarTitleText": "我的证书"
  124. }
  125. },
  126. {
  127. "path": "pages/usercenter/certificateList/certificate/certificate",
  128. "style": {
  129. "navigationBarTitleText": "证书"
  130. }
  131. },
  132. {
  133. "path": "pages/usercenter/orderList/orderList",
  134. "style": {
  135. "navigationBarTitleText": "我的订单"
  136. }
  137. },
  138. {
  139. "path": "pages/usercenter/orderList/orderdetails/orderdetails",
  140. "style": {
  141. "navigationBarTitleText": "订单详情"
  142. }
  143. },
  144. {
  145. "path": "pages/usercenter/subscribe/subscribe",
  146. "style": {
  147. "navigationBarTitleText": "我的认购"
  148. }
  149. },
  150. {
  151. "path": "pages/usercenter/question/question",
  152. "style": {
  153. "navigationBarTitleText": "常见问题"
  154. }
  155. }
  156. ,{
  157. "path": "pages/offlineBuy/offlineBuy",
  158. "style": {
  159. "navigationBarTitleText": "线下认购"
  160. }
  161. }
  162. ],
  163. "tabBar": {
  164. "color": "#999",
  165. "selectedColor": "#26D18B",
  166. "borderStyle": "white",
  167. "backgroundColor": "#ffffff",
  168. "list": [{
  169. "pagePath": "pages/index/index",
  170. "iconPath": "/static/img/icon_home.png",
  171. "selectedIconPath":"static/img/icon_home_active.png",
  172. "text": "首页"
  173. },{
  174. "pagePath": "pages/use/useRouter",
  175. "iconPath": "static/img/icon_use.png",
  176. "selectedIconPath":"static/img/icon_use_active.png",
  177. "text": "价值实现"
  178. },{
  179. "pagePath": "pages/usercenter/usercenter",
  180. "iconPath": "static/img/icon_usercenter.png",
  181. "selectedIconPath":"static/img/icon_usercenter_active.png",
  182. "text": "我的信息"
  183. }]
  184. },
  185. "globalStyle": {
  186. "navigationBarTextStyle": "black",
  187. "navigationBarTitleText": "碳汇",
  188. "navigationBarBackgroundColor": "#fff",
  189. "backgroundColor": "#F5F5F5"
  190. }
  191. }