pages.json 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  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/login/login",
  16. "style": {
  17. "navigationBarTitleText": "登录"
  18. }
  19. }, {
  20. "path": "pages/login/phoneLogin",
  21. "style": {
  22. "navigationBarTitleText": "手机号登录"
  23. }
  24. },
  25. {
  26. "path": "pages/about",
  27. "style": {
  28. "navigationBarTitleText": "关于我们"
  29. }
  30. },
  31. {
  32. "path": "pages/xieyi/index",
  33. "style": {
  34. "navigationBarTitleText": "用户协议和隐私政策"
  35. }
  36. },
  37. {
  38. "path": "pages/h5Page/index",
  39. "style": {
  40. "navigationBarTitleText": "车领主"
  41. }
  42. },
  43. {
  44. "path": "pages/personData/personData",
  45. "style": {
  46. "navigationBarTitleText": "个人信息"
  47. }
  48. },
  49. {
  50. "path": "pages/scan-frame/scan-frame",
  51. "style": {
  52. "navigationBarTitleText": "扫描VIN"
  53. }
  54. }
  55. ,{
  56. "path" : "pages/vinInput/confirmVin",
  57. "style" :
  58. {
  59. "navigationBarTitleText": "确认VIN",
  60. "enablePullDownRefresh": false
  61. }
  62. }
  63. ,{
  64. "path" : "pages/vinInput/share",
  65. "style" :
  66. {
  67. "navigationBarTitleText": "分享VIN",
  68. "navigationStyle":"custom"
  69. }
  70. }
  71. ,{
  72. "path" : "pages/vinRecord/vinRecord",
  73. "style" :
  74. {
  75. "navigationBarTitleText": "VIN查询记录",
  76. "enablePullDownRefresh": false
  77. }
  78. }
  79. ,{
  80. "path" : "pages/morePage/morePage",
  81. "style" :
  82. {
  83. "navigationBarTitleText": "更多功能",
  84. "enablePullDownRefresh": false,
  85. "navigationBarBackgroundColor": "#86defa"
  86. }
  87. }
  88. ,{
  89. "path" : "pages/storeManage/personnel",
  90. "style" :
  91. {
  92. "navigationBarTitleText": "员工管理",
  93. "enablePullDownRefresh": false
  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. "path" : "pages/storeManage/addPerson",
  228. "style" :
  229. {
  230. "navigationBarTitleText": "新增员工",
  231. "enablePullDownRefresh": false
  232. }
  233. }
  234. ,{
  235. "path" : "pages/storeManage/storeAuth",
  236. "style" :
  237. {
  238. "navigationBarTitleText": "认证成为门店",
  239. "enablePullDownRefresh": false
  240. }
  241. }
  242. ],
  243. "globalStyle": {
  244. "navigationBarTextStyle": "black",
  245. "navigationBarTitleText": "uni-app",
  246. "navigationBarBackgroundColor": "#F8F8F8",
  247. "backgroundColor": "#F8F8F8"
  248. },
  249. "tabBar": {
  250. "color": "#7A7E83",
  251. "selectedColor": "#191919",
  252. "backgroundColor": "#ffffff",
  253. "fontSize": "14px",
  254. "list": [{
  255. "pagePath": "pages/index/index",
  256. "iconPath": "static/tab/tab_home_normal.png",
  257. "selectedIconPath": "static/tab/tab_home_pressed.png",
  258. "text": "首页"
  259. },
  260. {
  261. "pagePath": "pages/morePage/morePage",
  262. "iconPath": "static/tab/tab_personal_normal.png",
  263. "selectedIconPath": "static/tab/tab_personal_pressed.png",
  264. "text": "更多"
  265. }
  266. ]
  267. }
  268. }