pages.json 5.0 KB

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