pages.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
  4. "^gf-(.*)": "@/components/kj-$1/kj-$1.vue"
  5. },
  6. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  7. {
  8. "path": "pages/index/index",
  9. "style": {
  10. "navigationBarTitleText": "商城",
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/mine/mine",
  16. "style": {
  17. "navigationBarTitleText": "",
  18. "enablePullDownRefresh": false
  19. }
  20. },
  21. {
  22. "path": "pages/express/express",
  23. "style": {
  24. "navigationBarTitleText": "",
  25. "enablePullDownRefresh": false
  26. }
  27. },
  28. {
  29. "path": "pages/shopping/shopping",
  30. "style": {
  31. "navigationBarTitleText": "",
  32. "enablePullDownRefresh": false
  33. }
  34. },
  35. {
  36. "path": "pages/cart/cart",
  37. "style": {
  38. "navigationBarTitleText": "",
  39. "enablePullDownRefresh": false
  40. }
  41. },
  42. {
  43. "path": "pages/login/login",
  44. "style": {
  45. "navigationBarTitleText": "登录",
  46. "enablePullDownRefresh": false
  47. }
  48. }
  49. ],
  50. "subPackages": [{
  51. "root": "pageA",
  52. "pages": [{
  53. "path": "index",
  54. "style": {
  55. "navigationBarTitleText": "",
  56. "enablePullDownRefresh": false
  57. }
  58. }]
  59. },
  60. {
  61. "root": "pageB",
  62. "pages": [{
  63. "path": "index",
  64. "style": {
  65. "navigationBarTitleText": "",
  66. "enablePullDownRefresh": false
  67. }
  68. }
  69. ]
  70. },
  71. {
  72. "root": "pageC",
  73. "pages": [{
  74. "path": "index",
  75. "style": {
  76. "navigationBarTitleText": "",
  77. "enablePullDownRefresh": false
  78. }
  79. },
  80. {
  81. "path": "accountBalance/accountBalance",
  82. "style": {
  83. "navigationBarTitleText": "账户余额",
  84. "backgroundColor": "#f4f4f4",
  85. "app-plus": {
  86. "background": "#f4f4f4"
  87. }
  88. }
  89. },
  90. {
  91. "path" : "balanceDetail/balanceDetail",
  92. "style" :
  93. {
  94. "navigationBarTitleText" : "余额明细",
  95. "backgroundColor": "#ffffff",
  96. "app-plus": {
  97. "background": "#ffffff"
  98. }
  99. }
  100. },
  101. {
  102. "path" : "recharge/recharge",
  103. "style" :
  104. {
  105. "navigationBarTitleText" : "充值"
  106. }
  107. },
  108. {
  109. "path" : "withdrawal/withdrawal",
  110. "style" :
  111. {
  112. "navigationBarTitleText" : "余额提现"
  113. }
  114. },
  115. {
  116. "path" : "withdrawalDetail/withdrawalDetail",
  117. "style" :
  118. {
  119. "navigationBarTitleText" : "提现明细",
  120. "backgroundColor": "#ffffff"
  121. }
  122. },
  123. {
  124. "path" : "ensureMoney/ensureMoney",
  125. "style" :
  126. {
  127. "navigationBarTitleText" : "保证金余额"
  128. }
  129. },
  130. {
  131. "path" : "ensureExplain/ensureExplain",
  132. "style" :
  133. {
  134. "navigationBarTitleText" : "保证金说明"
  135. }
  136. },
  137. {
  138. "path" : "mineFollow/mineFollow",
  139. "style" :
  140. {
  141. "navigationBarTitleText" : "",
  142. "navigationStyle": "custom"
  143. }
  144. },
  145. {
  146. "path" : "accountSetup/accountSetup",
  147. "style" :
  148. {
  149. "navigationBarTitleText" : "账号设置"
  150. }
  151. }
  152. ]
  153. }, {
  154. "root": "pageD",
  155. "pages": [{
  156. "path": "index",
  157. "style": {
  158. "navigationBarTitleText": "",
  159. "enablePullDownRefresh": false
  160. }
  161. }
  162. ]
  163. }
  164. ],
  165. "globalStyle": {
  166. "navigationBarTextStyle": "black",
  167. "navigationBarTitleText": "uni-app",
  168. "navigationBarBackgroundColor": "#fff",
  169. "backgroundColor": "#222"
  170. },
  171. "uniIdRouter": {},
  172. "tabBar": {
  173. "color": "#333333",
  174. "selectedColor": "#F83224",
  175. // "list": [
  176. // {
  177. // "iconPath": "static/express1.png",
  178. // "selectedIconPath": "static/express2.png",
  179. // "text": "跨境速递",
  180. // "pagePath": "pages/express/express"
  181. // },
  182. // {
  183. // "iconPath": "static/index1.png",
  184. // "selectedIconPath": "static/index2.png",
  185. // "text": "商城",
  186. // "pagePath": "pages/index/index"
  187. // },
  188. // {
  189. // "iconPath": "static/shop.png",
  190. // "selectedIconPath": "static/shop.png",
  191. // "text": "购",
  192. // "pagePath": "pages/shopping/shopping"
  193. // },
  194. // {
  195. // "iconPath": "static/cart1.png",
  196. // "selectedIconPath": "static/cart2.png",
  197. // "text": "购物车",
  198. // "pagePath": "pages/cart/cart"
  199. // },
  200. // {
  201. // "iconPath": "static/mine1.png",
  202. // "selectedIconPath": "static/mine2.png",
  203. // "text": "我的",
  204. // "pagePath": "pages/mine/mine"
  205. // }
  206. // ]
  207. "custom": true,
  208. "list": [{
  209. "pagePath": "pages/express/express"
  210. },
  211. {
  212. "pagePath": "pages/index/index"
  213. },
  214. {
  215. "pagePath": "pages/shopping/shopping"
  216. },
  217. {
  218. "pagePath": "pages/cart/cart"
  219. },
  220. {
  221. "pagePath": "pages/mine/mine"
  222. }
  223. ]
  224. }
  225. }