pages.json 7.4 KB

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