pages.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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/mine/mine",
  12. "style" :
  13. {
  14. "navigationBarTitleText" : "我的",
  15. "navigationStyle": "custom"
  16. }
  17. },
  18. {
  19. "path" : "pages/logistics/index",
  20. "style" :
  21. {
  22. "navigationBarTitleText" : "物流轨迹"
  23. }
  24. },
  25. {
  26. "path" : "pages/search/search",
  27. "style" :
  28. {
  29. "navigationBarTitleText" : "",
  30. "transparentTitle": "always",
  31. "navigationStyle": "custom"
  32. }
  33. },
  34. {
  35. "path" : "pages/mine/settlementCode",
  36. "style" :
  37. {
  38. "navigationBarTitleText" : "到付月结码"
  39. }
  40. },
  41. {
  42. "path": "pages/about/index",
  43. "style" :
  44. {
  45. "navigationBarTitleText" : "关于我们"
  46. }
  47. }
  48. ],
  49. "subPackages": [
  50. {
  51. "root": "pages/user",
  52. "name": "user",
  53. "pages": [
  54. {
  55. "path" : "user",
  56. "style" :
  57. {
  58. "navigationBarTitleText" : "个人资料"
  59. }
  60. }
  61. ]
  62. },
  63. {
  64. "root": "pages/webView",
  65. "name": "webView",
  66. "pages": [
  67. {
  68. "path" : "webView",
  69. "style" :
  70. {
  71. "navigationBarTitleText" : "个人寄件"
  72. }
  73. }
  74. ]
  75. },
  76. {
  77. "root": "pages/historyList",
  78. "name": "historyList",
  79. "pages": [
  80. {
  81. "path" : "historyList",
  82. "style" :
  83. {
  84. "navigationBarTitleText" : "历史对话记录"
  85. }
  86. }
  87. ]
  88. },
  89. {
  90. "root": "pages/recharge",
  91. "name": "recharge",
  92. "pages": [
  93. {
  94. "path" : "recharge",
  95. "style" :
  96. {
  97. "navigationBarTitleText" : "充值"
  98. }
  99. },
  100. {
  101. "path" : "vip",
  102. "style" :
  103. {
  104. "navigationBarTitleText" : "会员中心",
  105. "navigationStyle": "custom",
  106. "transparentTitle": "always"
  107. }
  108. },
  109. {
  110. "path" : "wallet",
  111. "style" :
  112. {
  113. "navigationBarTitleText" : "我的钱包"
  114. }
  115. },
  116. {
  117. "path" : "success_pay",
  118. "style" :
  119. {
  120. "navigationBarTitleText" : "支付结果"
  121. }
  122. }
  123. ]
  124. },
  125. {
  126. "root": "pages/policy",
  127. "name": "policy",
  128. "pages": [
  129. {
  130. "path" : "recharge_policy",
  131. "style" :
  132. {
  133. "navigationBarTitleText" : "充值协议"
  134. }
  135. },
  136. {
  137. "path" : "vip_policy",
  138. "style" :
  139. {
  140. "navigationBarTitleText" : "VIP会员开通协议"
  141. }
  142. },
  143. {
  144. "path" : "ad_detail",
  145. "style" :
  146. {
  147. "navigationBarTitleText" : "详情"
  148. }
  149. }
  150. ]
  151. },
  152. {
  153. "root": "pages/order",
  154. "name": "order",
  155. "pages": [
  156. {
  157. "path" : "index",
  158. "style" :
  159. {
  160. "navigationBarTitleText" : "订单列表"
  161. }
  162. },
  163. {
  164. "path" : "order_detail",
  165. "style" :
  166. {
  167. "navigationBarTitleText" : "订单详情"
  168. }
  169. },
  170. {
  171. "path" : "create_order",
  172. "style" :
  173. {
  174. "navigationBarTitleText" : "创建订单"
  175. }
  176. }
  177. ]
  178. },
  179. {
  180. "root": "pages/address",
  181. "name": "address",
  182. "pages": [
  183. {
  184. "path" : "address_list",
  185. "style" :
  186. {
  187. "navigationBarTitleText" : "地址薄",
  188. "enablePullDownRefresh": true
  189. }
  190. },
  191. {
  192. "path" : "edit",
  193. "style" :
  194. {
  195. "navigationBarTitleText" : "新增地址"
  196. }
  197. }
  198. ]
  199. }
  200. ],
  201. "globalStyle": {
  202. "navigationBarTextStyle": "black",
  203. "navigationBarTitleText": "uni-app",
  204. "navigationBarBackgroundColor": "#fff",
  205. "backgroundColor": "#F5F7FA"
  206. },
  207. "tabBar": {
  208. "color": "#333333",
  209. "selectedColor": "#1B64F0",
  210. "borderStyle": "black",
  211. "backgroundColor": "#ffffff",
  212. "list": [{
  213. "pagePath": "pages/index/index",
  214. "selectedIconPath": "static/img/tabs/home_active.png",
  215. "iconPath": "static/img/tabs/home.png",
  216. "text": "首页"
  217. },{
  218. "pagePath": "pages/search/search",
  219. "selectedIconPath": "static/img/tabs/search_active.png",
  220. "iconPath": "static/img/tabs/search.png",
  221. "text": "查快递"
  222. },{
  223. "pagePath": "pages/mine/mine",
  224. "selectedIconPath": "static/img/tabs/user_active.png",
  225. "iconPath": "static/img/tabs/user.png",
  226. "text": "我的"
  227. }]
  228. },
  229. "uniIdRouter": {}
  230. }