pages.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/tabBar/home/home",
  5. "style": {
  6. "navigationBarTitleText": "采美采购商城",
  7. "enablePullDownRefresh":true
  8. }
  9. },
  10. {
  11. "path" : "pages/tabBar/category/category",
  12. "style" : {
  13. "navigationBarTitleText": "分类",
  14. "app-plus": {
  15. "bounce": "none"
  16. }
  17. }
  18. },
  19. {
  20. "path": "pages/search/search",
  21. "style": {
  22. "navigationBarTitleText": "搜索"
  23. }
  24. },
  25. {
  26. "path": "pages/tabBar/cart/cart",
  27. "style": {
  28. "navigationBarTitleText": "购物车",
  29. "enablePullDownRefresh":true
  30. }
  31. },
  32. {
  33. "path": "pages/tabBar/user/user",
  34. "style": {
  35. "navigationBarTitleText": "我的",
  36. "enablePullDownRefresh" : true
  37. }
  38. },
  39. {
  40. "path": "pages/user/account/account",
  41. "style": {
  42. "navigationBarTitleText": "账户余额明细",
  43. "enablePullDownRefresh" : true
  44. }
  45. },
  46. {
  47. "path": "pages/user/address/addressManage",
  48. "style": {
  49. "navigationBarTitleText": "添加新地址"
  50. }
  51. },
  52. {
  53. "path": "pages/user/address/address",
  54. "style": {
  55. "navigationBarTitleText": "地址列表"
  56. }
  57. },
  58. {
  59. "path": "pages/user/about/about",
  60. "style": {
  61. "navigationBarTitleText": "关于我们"
  62. }
  63. },
  64. {
  65. "path": "pages/goods/goods",
  66. "style": {
  67. "navigationBarTitleText": "商品列表"
  68. }
  69. },
  70. {
  71. "path": "pages/goods/product",
  72. "style": {
  73. "navigationBarTitleText": "商品详情",
  74. "navigationStyle":"custom"
  75. }
  76. },
  77. {
  78. "path": "pages/user/order/order-cashier",
  79. "style": {
  80. "navigationBarTitleText": "收银台",
  81. "navigationStyle":"custom"
  82. }
  83. },
  84. {
  85. "path": "pages/service/aftersale",
  86. "style": {
  87. "navigationBarTitleText": "售后无忧"
  88. }
  89. },
  90. {
  91. "path": "pages/service/shoppingnotice",
  92. "style": {
  93. "navigationBarTitleText": "购物须知"
  94. }
  95. },
  96. {
  97. "path": "pages/service/member",
  98. "style": {
  99. "navigationBarTitleText": "正品联盟"
  100. }
  101. }
  102. ,{
  103. "path" : "pages/user/invoice/invoice",
  104. "style" : {
  105. "navigationBarTitleText": "发票信息"
  106. }
  107. }
  108. ,{
  109. "path" : "pages/user/regularPurchase/regularPurchase",
  110. "style" : {
  111. "navigationBarTitleText": "再次购买"
  112. }
  113. },
  114. {
  115. "path": "pages/user/order/create-order",
  116. "style": {
  117. "navigationBarTitleText": "确认订单"
  118. }
  119. },
  120. {
  121. "path": "pages/user/order/orderShareLogin",
  122. "style": {
  123. "navigationBarTitleText": "订单详情"
  124. }
  125. },
  126. {
  127. "path": "pages/user/order/myOrder",
  128. "style": {
  129. "navigationBarTitleText": "我的订单",
  130. // "enablePullDownRefresh": true,
  131. "onReachBottomDistance": 50,
  132. "navigationStyle":"custom"
  133. }
  134. },
  135. {
  136. "path": "pages/user/order/order-list",
  137. "style": {
  138. "navigationBarTitleText": "我的订单",
  139. // "enablePullDownRefresh": true,
  140. // "onReachBottomDistance": 50,
  141. "navigationStyle":"custom"
  142. }
  143. },
  144. {
  145. "path": "pages/user/order/order-details",
  146. "style": {
  147. "navigationBarTitleText": "订单详情",
  148. "navigationStyle":"custom"
  149. }
  150. },
  151. {
  152. "path": "pages/user/order/order-sharedetails",
  153. "style": {
  154. "navigationBarTitleText": "订单详情"
  155. }
  156. },
  157. {
  158. "path": "pages/user/order/order-logistics",
  159. "style": {
  160. "navigationBarTitleText": "物流信息"
  161. }
  162. },
  163. {
  164. "path": "pages/search/search-order",
  165. "style": {
  166. "navigationBarTitleText": "搜索"
  167. }
  168. },{
  169. "path": "pages/user-module/login",
  170. "style": {
  171. "navigationBarTitleText": "授权登录"
  172. }
  173. },{
  174. "path": "pages/user-module/login-accont",
  175. "style": {
  176. "navigationBarTitleText": "登录"
  177. }
  178. },{
  179. "path": "pages/user-module/register",
  180. "style": {
  181. "navigationBarTitleText": "注册"
  182. }
  183. },{
  184. "path": "pages/user-module/password",
  185. "style": {
  186. "navigationBarTitleText": "修改密码"
  187. }
  188. },{
  189. "path": "pages/user-module/apply",
  190. "style": {
  191. "navigationBarTitleText": "修改资料"
  192. }
  193. },{
  194. "path": "pages/user-module/bindemail",
  195. "style": {
  196. "navigationBarTitleText": "绑定邮箱"
  197. }
  198. },{
  199. "path": "pages/user-module/bindwechat",
  200. "style": {
  201. "navigationBarTitleText": "绑定微信"
  202. }
  203. },{
  204. "path": "pages/user-module/information",
  205. "style": {
  206. "navigationBarTitleText": "修改资料"
  207. }
  208. },{
  209. "path": "pages/user/operator/addoperator",
  210. "style": {
  211. "navigationBarTitleText": "添加运营人员"
  212. }
  213. },{
  214. "path": "pages/user/operator/list",
  215. "style": {
  216. "navigationBarTitleText": "运营人员管理"
  217. }
  218. },{
  219. "path": "pages/user/setting/setting",
  220. "style": {
  221. "navigationBarTitleText": "账户设置"
  222. }
  223. },{
  224. "path": "pages/user/setting/phone",
  225. "style": {
  226. "navigationBarTitleText": "更换手机号"
  227. }
  228. },{
  229. "path": "pages/user/setting/password",
  230. "style": {
  231. "navigationBarTitleText": "修改密码"
  232. }
  233. }
  234. ],
  235. "tabBar": {
  236. "height":"80",
  237. "color": "#999999",
  238. "selectedColor": "#E15616",
  239. "borderStyle": "black",
  240. "backgroundColor": "#ffffff",
  241. "list": [{
  242. "pagePath": "pages/tabBar/home/home",
  243. "iconPath": "static/icon-home@3x.png",
  244. "selectedIconPath": "static/icon-home-active@3x.png",
  245. "text": "商城"
  246. },{
  247. "pagePath": "pages/tabBar/category/category",
  248. "iconPath": "static/icon-sort@3x.png",
  249. "selectedIconPath": "static/icon-sort-active@3x.png",
  250. "text": "分类"
  251. },
  252. {
  253. "pagePath": "pages/tabBar/cart/cart",
  254. "iconPath": "static/icon-cart@3x.png",
  255. "selectedIconPath": "static/icon-cart-active@3x.png",
  256. "text": "购物车"
  257. },
  258. {
  259. "pagePath": "pages/tabBar/user/user",
  260. "iconPath": "static/icon-user@3x.png",
  261. "selectedIconPath": "static/icon-user-active@3x.png",
  262. "text": "我的"
  263. }
  264. ]
  265. },
  266. "globalStyle": {
  267. "navigationBarTextStyle": "black",
  268. "navigationBarTitleText": "采美采购商城",
  269. "navigationBarBackgroundColor": "#FFFFFF",
  270. "backgroundColor": "#FFFFFF"
  271. }
  272. }