pages.json 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  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/goodsDetails/goodsDetails",
  57. "style": {
  58. "navigationBarTitleText": "",
  59. "enablePullDownRefresh": false,
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "pages/authentication/index",
  65. "style": {
  66. "navigationBarTitleText": "实人认证",
  67. "enablePullDownRefresh": false
  68. }
  69. }, {
  70. "path": "pages/authentication/face",
  71. "style": {
  72. "navigationBarTitleText": "人脸认证",
  73. "enablePullDownRefresh": false
  74. }
  75. }, {
  76. "path": "pages/authentication/info",
  77. "style": {
  78. "navigationBarTitleText": "完善资料",
  79. "enablePullDownRefresh": false
  80. }
  81. }, {
  82. "path": "pages/authentication/audit",
  83. "style": {
  84. "navigationBarTitleText": "审核中",
  85. "enablePullDownRefresh": false
  86. }
  87. },
  88. {
  89. "path": "components/cropper/cropper",
  90. "style": {
  91. "navigationBarTitleText": "图片裁剪",
  92. "navigationBarBackgroundColor": "#000000"
  93. }
  94. }, {
  95. "path": "pages/news/list",
  96. "style": {
  97. "navigationBarTitleText": "资讯列表",
  98. "enablePullDownRefresh": true
  99. }
  100. }, {
  101. "path": "pages/news/detail",
  102. "style": {
  103. "navigationBarTitleText": "资讯详情",
  104. "enablePullDownRefresh": false
  105. }
  106. },
  107. {
  108. "path": "pages/market/two/purchaser/buy/list",
  109. "style": {
  110. "navigationBarTitleText": "商品采购",
  111. "enablePullDownRefresh": true,
  112. "app-plus": {
  113. "titleNView": {
  114. "buttons": [{
  115. "text": "新增",
  116. "fontSize": "14px"
  117. }]
  118. }
  119. }
  120. }
  121. }, {
  122. "path": "pages/market/two/purchaser/buy/add",
  123. "style": {
  124. "navigationBarTitleText": "新增采购商品",
  125. "enablePullDownRefresh": false
  126. }
  127. }, {
  128. "path": "pages/market/two/purchaser/buy/detail",
  129. "style": {
  130. "navigationBarTitleText": "收购详情",
  131. "enablePullDownRefresh": false
  132. }
  133. }, {
  134. "path": "pages/market/two/purchaser/address/list",
  135. "style": {
  136. "navigationBarTitleText": "选择地址",
  137. "enablePullDownRefresh": true,
  138. "app-plus": {
  139. "titleNView": {
  140. "buttons": [{
  141. "text": "新增",
  142. "fontSize": "14px"
  143. }]
  144. }
  145. }
  146. }
  147. }, {
  148. "path": "pages/market/two/purchaser/address/add",
  149. "style": {
  150. "navigationBarTitleText": "新增地址",
  151. "enablePullDownRefresh": false
  152. }
  153. }, {
  154. "path": "pages/market/two/list",
  155. "style": {
  156. "navigationBarTitleText": "二级市场",
  157. "enablePullDownRefresh": true
  158. }
  159. }, {
  160. "path": "pages/market/two/detail",
  161. "style": {
  162. "navigationBarTitleText": "商品详情",
  163. "enablePullDownRefresh": false
  164. }
  165. }, {
  166. "path": "pages/market/two/leader/confirm",
  167. "style": {
  168. "navigationBarTitleText": "接单确认",
  169. "enablePullDownRefresh": false
  170. }
  171. }, {
  172. "path": "pages/market/two/leader/success",
  173. "style": {
  174. "navigationBarTitleText": "接单成功",
  175. "enablePullDownRefresh": false
  176. }
  177. }, {
  178. "path": "pages/market/one/leader/success",
  179. "style": {
  180. "navigationBarTitleText": "接单成功",
  181. "enablePullDownRefresh": false
  182. }
  183. }, {
  184. "path": "pages/market/two/leader/order",
  185. "style": {
  186. "navigationBarTitleText": "订单列表",
  187. "enablePullDownRefresh": true
  188. }
  189. }, {
  190. "path": "pages/market/two/leader/detail",
  191. "style": {
  192. "navigationBarTitleText": "订单详情",
  193. "enablePullDownRefresh": false
  194. }
  195. }, {
  196. "path": "pages/market/one/merchant/goods/list",
  197. "style": {
  198. "navigationBarTitleText": "商品管理",
  199. "enablePullDownRefresh": true,
  200. "app-plus": {
  201. "titleNView": {
  202. "buttons": [{
  203. "text": "新增",
  204. "fontSize": "14px"
  205. }]
  206. }
  207. }
  208. }
  209. }, {
  210. "path": "pages/market/one/merchant/goods/add",
  211. "style": {
  212. "navigationBarTitleText": "新增商品",
  213. "enablePullDownRefresh": false,
  214. "app-plus": {
  215. "titleNView": {
  216. "buttons": [{
  217. "text": "保存",
  218. "fontSize": "14px"
  219. }]
  220. }
  221. }
  222. }
  223. }, {
  224. "path": "pages/market/one/merchant/order/list",
  225. "style": {
  226. "navigationBarTitleText": "订单列表",
  227. "enablePullDownRefresh": true
  228. }
  229. }, {
  230. "path": "pages/market/one/merchant/order/detail",
  231. "style": {
  232. "navigationBarTitleText": "订单详情",
  233. "enablePullDownRefresh": false
  234. }
  235. }, {
  236. "path": "pages/market/two/purchaser/order/list",
  237. "style": {
  238. "navigationBarTitleText": "订单列表",
  239. "enablePullDownRefresh": true
  240. }
  241. }, {
  242. "path": "pages/market/two/purchaser/order/detail",
  243. "style": {
  244. "navigationBarTitleText": "订单详情",
  245. "enablePullDownRefresh": false
  246. }
  247. }, {
  248. "path": "pages/market/one/list",
  249. "style": {
  250. "navigationBarTitleText": "一级市场",
  251. "enablePullDownRefresh": true
  252. }
  253. }, {
  254. "path": "pages/market/one/detail",
  255. "style": {
  256. "navigationBarTitleText": "商品详情",
  257. "enablePullDownRefresh": false
  258. }
  259. }, {
  260. "path": "pages/market/one/leader/order",
  261. "style": {
  262. "navigationBarTitleText": "订单列表",
  263. "enablePullDownRefresh": true
  264. }
  265. }, {
  266. "path": "pages/market/one/leader/cart",
  267. "style": {
  268. "navigationBarTitleText": "购物车",
  269. "enablePullDownRefresh": true,
  270. "app-plus": {
  271. "titleNView": {
  272. "buttons": [{
  273. "text": "清空",
  274. "fontSize": "14px"
  275. }]
  276. }
  277. }
  278. }
  279. }
  280. ],
  281. "tabBar": {
  282. "color": "#7A7E83",
  283. "selectedColor": "#4581fb",
  284. "borderStyle": "black",
  285. "backgroundColor": "#F8F8F8",
  286. "list": [{
  287. "pagePath": "pages/index/index",
  288. "iconPath": "static/tab/sy.png",
  289. "selectedIconPath": "static/tab/sy_s.png",
  290. "text": "首页"
  291. },
  292. {
  293. "pagePath": "pages/message/message",
  294. "iconPath": "static/tab/xx.png",
  295. "selectedIconPath": "static/tab/xxs.png",
  296. "text": "消息"
  297. },
  298. {
  299. "pagePath": "pages/personal/personal",
  300. "iconPath": "static/tab/wd.png",
  301. "selectedIconPath": "static/tab/wds.png",
  302. "text": "我的"
  303. }
  304. ]
  305. },
  306. "globalStyle": {
  307. "navigationBarTextStyle": "white",
  308. "navigationBarTitleText": "边民互市贸易",
  309. "navigationBarBackgroundColor": "#4581fb"
  310. }
  311. }