pages.json 6.3 KB

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