pages.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页"
  7. }
  8. },
  9. {
  10. "path": "pages/myinfo/login",
  11. "style": {
  12. "navigationBarTitleText": "登录页"
  13. }
  14. },
  15. {
  16. "path": "pages/myinfo/userInfo",
  17. "style": {
  18. "navigationBarTitleText": "个人信息"
  19. }
  20. },
  21. {
  22. "path" : "pages/home/Information",
  23. "style" :
  24. {
  25. "navigationBarTitleText" : "最新资讯"
  26. }
  27. },
  28. {
  29. "path" : "pages/home/exchange",
  30. "style" :
  31. {
  32. "navigationBarTitleText" : "互动天地"
  33. }
  34. },
  35. {
  36. "path" : "pages/home/exchangeNew",
  37. "style" :
  38. {
  39. "navigationBarTitleText" : "互动问答"
  40. }
  41. },
  42. {
  43. "path" : "pages/home/AskingQuestions",
  44. "style" :
  45. {
  46. "navigationBarTitleText" : "提问"
  47. }
  48. },
  49. {
  50. "path" : "pages/home/exchangeDetails",
  51. "style" :
  52. {
  53. "navigationBarTitleText" : "互动问答"
  54. }
  55. },
  56. {
  57. "path" : "pages/home/ArticleDetails",
  58. "style" :
  59. {
  60. "navigationBarTitleText" : "文章详情"
  61. }
  62. },
  63. {
  64. "path" : "pages/home/allview",
  65. "style" :
  66. {
  67. "navigationBarTitleText" : "分类"
  68. }
  69. },
  70. {
  71. "path" : "pages/market/commodity",
  72. "style" :
  73. {
  74. "navigationBarTitleText" : "商品列表"
  75. }
  76. },
  77. {
  78. "path" : "pages/market/BrowsingHistory",
  79. "style" :
  80. {
  81. "navigationBarTitleText" : "浏览记录"
  82. }
  83. },
  84. {
  85. "path" : "pages/market/ProductDetails",
  86. "style" :
  87. {
  88. "navigationBarTitleText" : "商品详情"
  89. }
  90. },
  91. {
  92. "path" : "pages/market/ProductEvaluate",
  93. "style" :
  94. {
  95. "navigationBarTitleText" : "商品评价"
  96. }
  97. },
  98. {
  99. "path" : "pages/market/confirmOrder",
  100. "style" :
  101. {
  102. "navigationBarTitleText" : "确认订单"
  103. }
  104. },
  105. {
  106. "path" : "pages/market/allOrder",
  107. "style" :
  108. {
  109. "navigationBarTitleText" : "我的订单"
  110. }
  111. },
  112. {
  113. "path" : "pages/market/OrderDetails",
  114. "style" :
  115. {
  116. "navigationBarTitleText" : "订单详情"
  117. }
  118. },
  119. {
  120. "path" : "pages/market/PublishComments",
  121. "style" :
  122. {
  123. "navigationBarTitleText" : "发表评价"
  124. }
  125. },
  126. {
  127. "path" : "pages/market/market",
  128. "style" :
  129. {
  130. "navigationBarTitleText" : "购物车"
  131. }
  132. },
  133. {
  134. "path" : "pages/myinfo/address",
  135. "style" :
  136. {
  137. "navigationBarTitleText" : "我的地址"
  138. }
  139. },
  140. {
  141. "path" : "pages/myinfo/notifiesPage",
  142. "style" :
  143. {
  144. "navigationBarTitleText" : "消息中心"
  145. }
  146. },
  147. {
  148. "path" : "pages/myinfo/notifiesPageDetails",
  149. "style" :
  150. {
  151. "navigationBarTitleText" : "公告详情"
  152. }
  153. },
  154. {
  155. "path" : "pages/myinfo/myinfo",
  156. "style" :
  157. {
  158. "navigationBarTitleText" : "我的"
  159. }
  160. }
  161. ],
  162. "subPackages": [
  163. {
  164. "root": "supplierPages",
  165. "pages": [
  166. {
  167. "path" : "pages/supplier/SupplierEntryForm",
  168. "style" :
  169. {
  170. "navigationBarTitleText" : "供应商入驻"
  171. }
  172. },
  173. {
  174. "path" : "pages/supplier/supplierSuccess",
  175. "style" :
  176. {
  177. "navigationBarTitleText" : "供应商入驻"
  178. }
  179. },
  180. {
  181. "path" : "pages/supplier/SupplyDeclaration",
  182. "style" :
  183. {
  184. "navigationBarTitleText" : "供应申报"
  185. }
  186. },
  187. {
  188. "path" : "pages/supplier/supplyMarket",
  189. "style" :
  190. {
  191. "navigationBarTitleText" : "供应市场"
  192. }
  193. },
  194. {
  195. "path" : "pages/supplier/base/SupplyDeclarationFrom",
  196. "style" :
  197. {
  198. "navigationBarTitleText" : "供应申报"
  199. }
  200. },
  201. {
  202. "path" : "pages/supplier/base/SupplypProductDetails",
  203. "style" :
  204. {
  205. "navigationBarTitleText" : "供应商"
  206. }
  207. }
  208. ]
  209. }
  210. ],
  211. "globalStyle": {
  212. "navigationBarTextStyle": "black",
  213. "navigationBarTitleText": "",
  214. "navigationBarBackgroundColor": "#F8F8F8",
  215. "backgroundColor": "#F8F8F8"
  216. },
  217. "uniIdRouter": {},
  218. "tabBar": {
  219. "color": "#7A7E83",
  220. "selectedColor": "#009DFF",
  221. "borderStyle": "black",
  222. "backgroundColor": "#ffffff",
  223. "iconWidth":"40rpx",
  224. "list": [
  225. {
  226. "pagePath": "pages/index/index",
  227. "iconPath": "static/btn_shouy.png",
  228. "selectedIconPath": "static/btn_shouy2.png",
  229. "text": "首页"
  230. },
  231. {
  232. "pagePath": "pages/home/Information",
  233. "iconPath": "static/btn_fenlei.png",
  234. "selectedIconPath": "static/btn_fenlei2.png",
  235. "text": "分类"
  236. },
  237. // {
  238. // "pagePath": "pages/market/commodity",
  239. // "iconPath": "static/iconm_gongys.png",
  240. // "selectedIconPath": "static/iconm_gongys2.png",
  241. // "text": "好物"
  242. // },
  243. // {
  244. // "pagePath": "pages/market/market",
  245. // "iconPath": "static/btn_gouwc.png",
  246. // "selectedIconPath": "static/btn_gouwc2.png",
  247. // "text": "购物车"
  248. // },
  249. {
  250. "pagePath": "pages/myinfo/myinfo",
  251. "iconPath": "static/btn_mine.png",
  252. "selectedIconPath": "static/btn_mine2.png",
  253. "text": "我的"
  254. }
  255. ]
  256. }
  257. }