pages.json 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "navigationStyle":"custom",
  11. "enablePullDownRefresh": true
  12. }
  13. },
  14. {
  15. "path": "pages/personCenter/personCenter",
  16. "style": {
  17. "navigationBarTitleText": "我的",
  18. "navigationBarBackgroundColor": "#86defa"
  19. }
  20. },
  21. {
  22. "path": "pages/login/login",
  23. "style": {
  24. "navigationBarTitleText": "登录"
  25. }
  26. }, {
  27. "path": "pages/login/phoneLogin",
  28. "style": {
  29. "navigationBarTitleText": "手机号登录"
  30. }
  31. },
  32. {
  33. "path": "pages/about",
  34. "style": {
  35. "navigationBarTitleText": "关于我们"
  36. }
  37. },
  38. {
  39. "path": "pages/xieyi/index",
  40. "style": {
  41. "navigationBarTitleText": "用户协议和隐私政策"
  42. }
  43. },
  44. {
  45. "path": "pages/h5Page/index",
  46. "style": {
  47. "navigationBarTitleText": "车领主"
  48. }
  49. },
  50. {
  51. "path": "pages/personData/personData",
  52. "style": {
  53. "navigationBarTitleText": "个人信息"
  54. }
  55. },
  56. {
  57. "path": "pages/scan-frame/scan-frame",
  58. "style": {
  59. "navigationBarTitleText": "扫描VIN"
  60. }
  61. }
  62. ,{
  63. "path" : "pages/vinInput/confirmVin",
  64. "style" :
  65. {
  66. "navigationBarTitleText": "确认VIN",
  67. "enablePullDownRefresh": false
  68. }
  69. }
  70. ,{
  71. "path" : "pages/vinInput/share",
  72. "style" :
  73. {
  74. "navigationBarTitleText": "分享VIN",
  75. "navigationStyle":"custom"
  76. }
  77. }
  78. ,{
  79. "path" : "pages/vinRecord/vinRecord",
  80. "style" :
  81. {
  82. "navigationBarTitleText": "VIN查询记录",
  83. "enablePullDownRefresh": false
  84. }
  85. }
  86. ,{
  87. "path" : "pages/morePage/morePage",
  88. "style" :
  89. {
  90. "navigationBarTitleText": "更多功能",
  91. "enablePullDownRefresh": false,
  92. "navigationBarBackgroundColor": "#86defa"
  93. }
  94. }
  95. ,{
  96. "path" : "pages/stockQuery/stockQuery",
  97. "style" :
  98. {
  99. "navigationBarTitleText": "库存查询",
  100. "enablePullDownRefresh": false
  101. }
  102. },
  103. {
  104. "path" : "pages/digitalShelf/choosePart",
  105. "style" :
  106. {
  107. "navigationBarTitleText": "选择配件",
  108. "enablePullDownRefresh": false
  109. }
  110. }
  111. ,{
  112. "path" : "pages/digitalShelf/orderList",
  113. "style" :
  114. {
  115. "navigationBarTitleText": "货架订单",
  116. "enablePullDownRefresh": false
  117. }
  118. }
  119. ,{
  120. "path" : "pages/digitalShelf/orderDetail",
  121. "style" :
  122. {
  123. "navigationBarTitleText": "订单详情",
  124. "enablePullDownRefresh": false
  125. }
  126. }
  127. ,{
  128. "path" : "pages/digitalShelf/choosePartResult",
  129. "style" :
  130. {
  131. "navigationBarTitleText": "",
  132. "enablePullDownRefresh": false
  133. }
  134. }
  135. ,{
  136. "path" : "pages/digitalShelf/stockPut",
  137. "style" :
  138. {
  139. "navigationBarTitleText": "补货记录",
  140. "enablePullDownRefresh": false
  141. }
  142. }
  143. ,{
  144. "path" : "pages/digitalShelf/stockPutDetail",
  145. "style" :
  146. {
  147. "navigationBarTitleText": "补货单详情",
  148. "enablePullDownRefresh": false
  149. }
  150. }
  151. ,{
  152. "path" : "pages/digitalShelf/settlementManage/settlementManage",
  153. "style" :
  154. {
  155. "navigationBarTitleText": "付款结算",
  156. "enablePullDownRefresh": false
  157. }
  158. }
  159. ,{
  160. "path" : "pages/digitalShelf/settlementManage/settlementSxDetail",
  161. "style" :
  162. {
  163. "navigationBarTitleText": "已用额度详情",
  164. "enablePullDownRefresh": false
  165. }
  166. }
  167. ,{
  168. "path" : "pages/digitalShelf/settlementManage/settlementAyDetail",
  169. "style" :
  170. {
  171. "navigationBarTitleText": "待结算详情",
  172. "enablePullDownRefresh": false
  173. }
  174. }
  175. ,{
  176. "path" : "pages/digitalShelf/settlementRecord/settlementRecord",
  177. "style" :
  178. {
  179. "navigationBarTitleText": "结算记录",
  180. "enablePullDownRefresh": false,
  181. "titleView":false,
  182. // 将回弹属性关掉
  183. "bounce":"none"
  184. }
  185. }
  186. ,{
  187. "path" : "pages/digitalShelf/settlementRecord/settlementDetail",
  188. "style" :
  189. {
  190. "navigationBarTitleText": "结算详情",
  191. "enablePullDownRefresh": false
  192. }
  193. }
  194. ,{
  195. "path" : "pages/digitalShelf/settlementRecord/orderPartDetail",
  196. "style" :
  197. {
  198. "navigationBarTitleText": "订单详情",
  199. "enablePullDownRefresh": false
  200. }
  201. }
  202. ,{
  203. "path" : "pages/digitalShelf/scanBarcode/scanBarcode",
  204. "style" :
  205. {
  206. "navigationBarTitleText": "扫码取货",
  207. "enablePullDownRefresh": false
  208. }
  209. }
  210. ,{
  211. "path" : "pages/digitalShelf/tempOrderList/tempOrderList",
  212. "style" :
  213. {
  214. "navigationBarTitleText": "临配订单",
  215. "enablePullDownRefresh": false
  216. }
  217. }
  218. ,{
  219. "path" : "pages/digitalShelf/tempOrderList/orderDetail",
  220. "style" :
  221. {
  222. "navigationBarTitleText": "临配订单详情",
  223. "enablePullDownRefresh": false
  224. }
  225. }
  226. ],
  227. "globalStyle": {
  228. "navigationBarTextStyle": "black",
  229. "navigationBarTitleText": "uni-app",
  230. "navigationBarBackgroundColor": "#F8F8F8",
  231. "backgroundColor": "#F8F8F8"
  232. },
  233. "tabBar": {
  234. "color": "#7A7E83",
  235. "selectedColor": "#191919",
  236. "backgroundColor": "#ffffff",
  237. "fontSize": "14px",
  238. "list": [{
  239. "pagePath": "pages/index/index",
  240. "iconPath": "static/tab/tab_home_normal.png",
  241. "selectedIconPath": "static/tab/tab_home_pressed.png",
  242. "text": "首页"
  243. },
  244. {
  245. "pagePath": "pages/morePage/morePage",
  246. "iconPath": "static/tab/tab_personal_normal.png",
  247. "selectedIconPath": "static/tab/tab_personal_pressed.png",
  248. "text": "更多"
  249. }
  250. ]
  251. }
  252. }