pages.json 4.1 KB

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