pages.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/login/login",
  7. "style": {
  8. "navigationBarTitleText": "用户登录",
  9. "navigationStyle": "custom"
  10. }
  11. }, {
  12. "path": "pages/login/chooseRole",
  13. "style": {
  14. "navigationBarTitleText": "选择角色",
  15. "enablePullDownRefresh": false
  16. }
  17. }, {
  18. "path": "pages/login/register",
  19. "style": {
  20. "navigationBarTitleText": "用户注册",
  21. "enablePullDownRefresh": false
  22. }
  23. }, {
  24. "path": "pages/login/userAgreement",
  25. "style": {
  26. "navigationBarTitleText": "",
  27. "enablePullDownRefresh": false
  28. }
  29. }, {
  30. "path": "pages/index/index",
  31. "style": {
  32. "navigationBarTitleText": "首页",
  33. "enablePullDownRefresh": true,
  34. "navigationStyle": "custom"
  35. }
  36. },
  37. {
  38. "path": "pages/message/message",
  39. "style": {
  40. "navigationBarTitleText": "消息中心"
  41. }
  42. }
  43. , {
  44. "path": "pages/personal/personal",
  45. "style": {
  46. "navigationBarTitleText": "个人中心"
  47. }
  48. }, {
  49. "path": "pages/enterprise/enterprise",
  50. "style": {
  51. "navigationBarTitleText": "",
  52. "enablePullDownRefresh": false
  53. }
  54. }, {
  55. "path": "pages/oneMarket/oneMarket",
  56. "style": {
  57. "navigationBarTitleText": "",
  58. "enablePullDownRefresh": false,
  59. "app-plus": {
  60. "titleNView": {
  61. "autoBackButton": false
  62. }
  63. }
  64. }
  65. }, {
  66. "path": "pages/goodsDetails/goodsDetails",
  67. "style": {
  68. "navigationBarTitleText": "",
  69. "enablePullDownRefresh": false
  70. }
  71. }, {
  72. "path": "pages/twoMarket/twoMarket",
  73. "style": {
  74. "navigationBarTitleText": "",
  75. "enablePullDownRefresh": false
  76. }
  77. },
  78. {
  79. "path": "pages/goodsManage/oneMarket/goodsHandle",
  80. "style": {
  81. "navigationBarTitleText": "商品管理",
  82. "app-plus": {
  83. "titleNView": {
  84. "backgroundColor": "#ff4200",
  85. "titleColor": "#fff"
  86. }
  87. }
  88. }
  89. }
  90. , {
  91. "path": "pages/twoMarket/purchaser/product/list",
  92. "style": {
  93. "navigationBarTitleText": "二级市场 (收购商) ",
  94. "enablePullDownRefresh": true
  95. }
  96. }, {
  97. "path": "pages/twoMarket/purchaser/product/detail",
  98. "style": {
  99. "navigationBarTitleText": "商品详情",
  100. "enablePullDownRefresh": false
  101. }
  102. }, {
  103. "path": "pages/twoMarket/purchaser/product/cart",
  104. "style": {
  105. "navigationBarTitleText": "购物车",
  106. "enablePullDownRefresh": true
  107. }
  108. }, {
  109. "path": "pages/twoMarket/purchaser/order/list",
  110. "style": {
  111. "navigationBarTitleText": "订单列表",
  112. "enablePullDownRefresh": true
  113. }
  114. }, {
  115. "path": "pages/twoMarket/purchaser/order/confirm",
  116. "style": {
  117. "navigationBarTitleText": "确认订单",
  118. "enablePullDownRefresh": false
  119. }
  120. }, {
  121. "path": "pages/twoMarket/purchaser/order/success",
  122. "style": {
  123. "navigationBarTitleText": "下单成功",
  124. "enablePullDownRefresh": false
  125. }
  126. }, {
  127. "path": "pages/twoMarket/purchaser/order/detail",
  128. "style": {
  129. "navigationBarTitleText": "订单详情",
  130. "enablePullDownRefresh": false
  131. }
  132. }, {
  133. "path": "pages/twoMarket/purchaser/order/logistics",
  134. "style": {
  135. "navigationBarTitleText": "订单物流",
  136. "enablePullDownRefresh": false
  137. }
  138. }, {
  139. "path": "pages/authentication/index",
  140. "style": {
  141. "navigationBarTitleText": "实人认证",
  142. "enablePullDownRefresh": false
  143. }
  144. }, {
  145. "path": "pages/authentication/face",
  146. "style": {
  147. "navigationBarTitleText": "人脸认证",
  148. "enablePullDownRefresh": false
  149. }
  150. }, {
  151. "path": "pages/authentication/info",
  152. "style": {
  153. "navigationBarTitleText": "完善资料",
  154. "enablePullDownRefresh": false
  155. }
  156. }, {
  157. "path": "pages/authentication/audit",
  158. "style": {
  159. "navigationBarTitleText": "审核中",
  160. "enablePullDownRefresh": false
  161. }
  162. },
  163. {
  164. "path": "components/cropper/cropper",
  165. "style": {
  166. "navigationBarTitleText": "图片裁剪",
  167. "navigationBarBackgroundColor": "#000000"
  168. }
  169. }, {
  170. "path": "pages/news/list",
  171. "style": {
  172. "navigationBarTitleText": "资讯列表",
  173. "enablePullDownRefresh": true
  174. }
  175. }, {
  176. "path": "pages/news/detail",
  177. "style": {
  178. "navigationBarTitleText": "资讯详情",
  179. "enablePullDownRefresh": false
  180. }
  181. }
  182. ],
  183. "tabBar": {
  184. "color": "#7A7E83",
  185. "selectedColor": "#4581fb",
  186. "borderStyle": "black",
  187. "backgroundColor": "#F8F8F8",
  188. "list": [{
  189. "pagePath": "pages/index/index",
  190. "iconPath": "static/tab/sy.png",
  191. "selectedIconPath": "static/tab/sy_s.png",
  192. "text": "首页"
  193. },
  194. {
  195. "pagePath": "pages/message/message",
  196. "iconPath": "static/tab/xx.png",
  197. "selectedIconPath": "static/tab/xxs.png",
  198. "text": "消息"
  199. },
  200. {
  201. "pagePath": "pages/personal/personal",
  202. "iconPath": "static/tab/wd.png",
  203. "selectedIconPath": "static/tab/wds.png",
  204. "text": "我的"
  205. }
  206. ]
  207. },
  208. "globalStyle": {
  209. "navigationBarTextStyle": "white",
  210. "navigationBarTitleText": "边民互市贸易",
  211. "navigationBarBackgroundColor": "#0081FF"
  212. }
  213. }