pages.json 5.9 KB

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