pages.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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/order/order",
  39. "style": {
  40. "navigationBarTitleText": "订单中心"
  41. }
  42. },
  43. {
  44. "path": "pages/message/message",
  45. "style": {
  46. "navigationBarTitleText": "消息中心"
  47. }
  48. }
  49. , {
  50. "path": "pages/personal/personal",
  51. "style": {
  52. "navigationBarTitleText": "个人中心"
  53. }
  54. }, {
  55. "path": "pages/enterprise/enterprise",
  56. "style": {
  57. "navigationBarTitleText": "",
  58. "enablePullDownRefresh": false
  59. }
  60. }, {
  61. "path": "pages/oneMarket/oneMarket",
  62. "style": {
  63. "navigationBarTitleText": "",
  64. "enablePullDownRefresh": false
  65. }
  66. }, {
  67. "path": "pages/goodsDetails/goodsDetails",
  68. "style": {
  69. "navigationBarTitleText": "",
  70. "enablePullDownRefresh": false
  71. }
  72. }, {
  73. "path": "pages/twoMarket/twoMarket",
  74. "style": {
  75. "navigationBarTitleText": "",
  76. "enablePullDownRefresh": false
  77. }
  78. },
  79. {
  80. "path": "pages/goodsManage/oneMarket/goodsHandle",
  81. "style": {
  82. "navigationBarTitleText": "商品管理",
  83. "app-plus": {
  84. "titleNView": {
  85. "backgroundColor": "#ff4200",
  86. "titleColor": "#fff"
  87. }
  88. }
  89. }
  90. }
  91. , {
  92. "path": "pages/twoMarket/purchaser/product/list",
  93. "style": {
  94. "navigationBarTitleText": "二级市场 (收购商) ",
  95. "enablePullDownRefresh": true
  96. }
  97. }, {
  98. "path": "pages/twoMarket/purchaser/product/detail",
  99. "style": {
  100. "navigationBarTitleText": "商品详情",
  101. "enablePullDownRefresh": false
  102. }
  103. }, {
  104. "path": "pages/twoMarket/purchaser/product/cart",
  105. "style": {
  106. "navigationBarTitleText": "购物车",
  107. "enablePullDownRefresh": true
  108. }
  109. }, {
  110. "path": "pages/twoMarket/purchaser/order/list",
  111. "style": {
  112. "navigationBarTitleText": "订单列表",
  113. "enablePullDownRefresh": true
  114. }
  115. }, {
  116. "path": "pages/twoMarket/purchaser/order/confirm",
  117. "style": {
  118. "navigationBarTitleText": "确认订单",
  119. "enablePullDownRefresh": false
  120. }
  121. }, {
  122. "path": "pages/twoMarket/purchaser/order/success",
  123. "style": {
  124. "navigationBarTitleText": "下单成功",
  125. "enablePullDownRefresh": false
  126. }
  127. }, {
  128. "path": "pages/twoMarket/purchaser/order/detail",
  129. "style": {
  130. "navigationBarTitleText": "订单详情",
  131. "enablePullDownRefresh": false
  132. }
  133. }, {
  134. "path": "pages/twoMarket/purchaser/order/logistics",
  135. "style": {
  136. "navigationBarTitleText": "订单物流",
  137. "enablePullDownRefresh": false
  138. }
  139. }, {
  140. "path": "pages/authentication/index",
  141. "style": {
  142. "navigationBarTitleText": "实人认证",
  143. "enablePullDownRefresh": false
  144. }
  145. }, {
  146. "path": "pages/authentication/face",
  147. "style": {
  148. "navigationBarTitleText": "人脸认证",
  149. "enablePullDownRefresh": false
  150. }
  151. }, {
  152. "path": "pages/authentication/info",
  153. "style": {
  154. "navigationBarTitleText": "完善资料",
  155. "enablePullDownRefresh": false
  156. }
  157. }, {
  158. "path": "pages/authentication/audit",
  159. "style": {
  160. "navigationBarTitleText": "审核中",
  161. "enablePullDownRefresh": false
  162. }
  163. },
  164. {
  165. "path": "components/cropper/cropper",
  166. "style": {
  167. "navigationBarTitleText": "图片裁剪",
  168. "navigationBarBackgroundColor": "#000000"
  169. }
  170. }
  171. ],
  172. "tabBar": {
  173. "color": "#7A7E83",
  174. "selectedColor": "#4581fb",
  175. "borderStyle": "black",
  176. "backgroundColor": "#F8F8F8",
  177. "list": [{
  178. "pagePath": "pages/index/index",
  179. "iconPath": "static/tab/sy.png",
  180. "selectedIconPath": "static/tab/sy_s.png",
  181. "text": "首页"
  182. },
  183. {
  184. "pagePath": "pages/order/order",
  185. "iconPath": "static/tab/dd.png",
  186. "selectedIconPath": "static/tab/dd_s.png",
  187. "text": "订单"
  188. },
  189. {
  190. "pagePath": "pages/message/message",
  191. "iconPath": "static/tab/xx.png",
  192. "selectedIconPath": "static/tab/xxs.png",
  193. "text": "消息"
  194. },
  195. {
  196. "pagePath": "pages/personal/personal",
  197. "iconPath": "static/tab/wd.png",
  198. "selectedIconPath": "static/tab/wds.png",
  199. "text": "我的"
  200. }
  201. ]
  202. },
  203. "globalStyle": {
  204. "navigationBarTextStyle": "white",
  205. "navigationBarTitleText": "边民互市贸易",
  206. "navigationBarBackgroundColor": "#0081FF"
  207. }
  208. }