pages.json 4.2 KB

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