pages.json 7.8 KB

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