pages.json 4.3 KB

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