pages.json 7.4 KB

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