pages.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. // 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
  5. "custom": {
  6. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  7. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  8. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  9. }
  10. },
  11. "pages": [
  12. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  13. {
  14. "path": "pages/index/index"
  15. },
  16. {
  17. "path": "pages/login/login"
  18. },
  19. {
  20. "path": "pages/login/register"
  21. },
  22. {
  23. "path": "pages/shop/index"
  24. },
  25. {
  26. "path": "pages/channel/index"
  27. },
  28. {
  29. "path": "pages/Commission/index"
  30. },
  31. {
  32. "path": "pages/user/index"
  33. },
  34. {
  35. "path": "pages/setting/language_currency"
  36. },
  37. {
  38. "path": "pages/index/products"
  39. },
  40. {
  41. "path": "pages/index/search"
  42. },
  43. {
  44. "path": "pages/shop/productDetail"
  45. },
  46. {
  47. "path": "pages/shop/shopConfirm"
  48. },
  49. {
  50. "path": "pages/shop/payment"
  51. },
  52. {
  53. "path": "pages/dashboard/order"
  54. },
  55. {
  56. "path": "pages/dashboard/order_detail"
  57. },
  58. {
  59. "path": "pages/dashboard/favorites"
  60. },
  61. {
  62. "path": "pages/shop/merchants"
  63. },
  64. {
  65. "path": "pages/dashboard/warehouse"
  66. },
  67. {
  68. "path": "pages/dashboard/warehouse_detail"
  69. },
  70. {
  71. "path": "pages/setting/index"
  72. },
  73. {
  74. "path": "pages/setting/profile"
  75. },
  76. {
  77. "path": "pages/setting/account-safety"
  78. },
  79. {
  80. "path": "pages/dashboard/pack"
  81. },
  82. {
  83. "path": "pages/dashboard/parcel"
  84. },
  85. {
  86. "path": "pages/dashboard/parcel_detail"
  87. },
  88. {
  89. "path": "pages/dashboard/payment"
  90. },
  91. {
  92. "path": "pages/bank/wallet"
  93. },
  94. {
  95. "path": "pages/bank/account"
  96. },
  97. {
  98. "path": "pages/bank/recharge"
  99. },
  100. {
  101. "path": "pages/bank/withdraw"
  102. },
  103. {
  104. "path": "pages/bank/qrcode"
  105. },
  106. {
  107. "path": "pages/bank/bank_pay"
  108. },
  109. {
  110. "path": "pages/bank/recharge_list"
  111. },
  112. {
  113. "path": "pages/bank/withdraw_list"
  114. },
  115. {
  116. "path": "pages/user/beginner_guide"
  117. },
  118. {
  119. "path": "pages/user/help_center"
  120. },
  121. {
  122. "path": "pages/index/estimation"
  123. },
  124. {
  125. "path": "pages/community/index"
  126. },
  127. {
  128. "path": "pages/order/index"
  129. },
  130. {
  131. "path": "pages/order/details"
  132. },
  133. {
  134. "path": "pages/address/index"
  135. },
  136. {
  137. "path": "pages/shop/cart"
  138. },
  139. {
  140. "path": "pages/user/edit_user"
  141. },
  142. {
  143. "path": "pages/user/invite"
  144. },
  145. {
  146. "path": "pages/user/verification"
  147. },
  148. {
  149. "path": "pages/user/coupon"
  150. },
  151. {
  152. "path": "pages/setting/system",
  153. "style": {
  154. "app-plus": {
  155. "softinputMode": "adjustResize"
  156. }
  157. }
  158. },
  159. {
  160. "path": "pages/chat/index",
  161. "style": {
  162. "app-plus": {
  163. "softinputMode": "adjustResize"
  164. }
  165. }
  166. },
  167. {
  168. "path": "pages/login/forget"
  169. },
  170. {
  171. "path": "pages/dashboard/logistics"
  172. },
  173. {
  174. "path": "pages/user/message/list"
  175. },
  176. {
  177. "path": "pages/user/message/detail"
  178. },
  179. {
  180. "path": "pages/index/activityList"
  181. },
  182. {
  183. "path": "pages/user/weal_center"
  184. },
  185. {
  186. "path": "pages/repo/index"
  187. },
  188. {
  189. "path": "pages/user/mystore"
  190. },
  191. {
  192. "path": "pages/purpose/index"
  193. },
  194. {
  195. "path": "pages/purpose/record"
  196. }
  197. ],
  198. "tabBar": {
  199. "custom": true,
  200. "color": "#7A7E83",
  201. "selectedColor": "#007AFF",
  202. "borderStyle": "black",
  203. "backgroundColor": "#F8F8F8",
  204. "navigationStyle": "custom",
  205. "list": [
  206. {
  207. "pagePath": "pages/index/index",
  208. "text": "%tabbar.首页%",
  209. "visible": false
  210. },
  211. {
  212. "pagePath": "pages/shop/cart",
  213. "text": "%tabbar.购物车%",
  214. "visible": false
  215. },
  216. {
  217. "pagePath": "pages/chat/index",
  218. "text": "%tabbar.咨询%",
  219. "visible": false
  220. },
  221. // {
  222. // "pagePath": "pages/community/index",
  223. // "text": "%tabbar.社区%",
  224. // "visible": false
  225. // },
  226. {
  227. "pagePath": "pages/order/index",
  228. "text": "%tabbar.订单%",
  229. "visible": false
  230. },
  231. {
  232. "pagePath": "pages/user/index",
  233. "text": "%tabbar.我的%",
  234. "visible": false
  235. }
  236. ]
  237. },
  238. "globalStyle": {
  239. "navigationBarTextStyle": "black",
  240. "navigationBarTitleText": "VAVABUY",
  241. "navigationBarBackgroundColor": "#000",
  242. "backgroundColor": "#F8F8F8",
  243. "navigationStyle": "custom",
  244. "app-plus": {
  245. "bounce": "none"
  246. }
  247. }
  248. }