pages.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  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/storeManage/roleSetting/roleSetting",
  97. "style" :
  98. {
  99. "navigationBarTitleText": "岗位权限",
  100. "enablePullDownRefresh": false
  101. }
  102. },{
  103. "path" : "pages/storeManage/roleSetting/addRole",
  104. "style" :
  105. {
  106. "navigationBarTitleText": "新增岗位",
  107. "enablePullDownRefresh": false
  108. }
  109. },{
  110. "path" : "pages/stockQuery/stockQuery",
  111. "style" :
  112. {
  113. "navigationBarTitleText": "库存查询",
  114. "enablePullDownRefresh": false
  115. }
  116. },
  117. {
  118. "path" : "pages/digitalShelf/choosePart",
  119. "style" :
  120. {
  121. "navigationBarTitleText": "选择配件",
  122. "enablePullDownRefresh": false
  123. }
  124. }
  125. ,{
  126. "path" : "pages/digitalShelf/orderList",
  127. "style" :
  128. {
  129. "navigationBarTitleText": "货架订单",
  130. "enablePullDownRefresh": false
  131. }
  132. }
  133. ,{
  134. "path" : "pages/digitalShelf/orderDetail",
  135. "style" :
  136. {
  137. "navigationBarTitleText": "订单详情",
  138. "enablePullDownRefresh": false
  139. }
  140. }
  141. ,{
  142. "path" : "pages/digitalShelf/choosePartResult",
  143. "style" :
  144. {
  145. "navigationBarTitleText": "",
  146. "enablePullDownRefresh": false
  147. }
  148. }
  149. ,{
  150. "path" : "pages/digitalShelf/stockPut",
  151. "style" :
  152. {
  153. "navigationBarTitleText": "补货记录",
  154. "enablePullDownRefresh": false
  155. }
  156. }
  157. ,{
  158. "path" : "pages/digitalShelf/stockPutDetail",
  159. "style" :
  160. {
  161. "navigationBarTitleText": "补货单详情",
  162. "enablePullDownRefresh": false
  163. }
  164. }
  165. ,{
  166. "path" : "pages/digitalShelf/settlementManage/settlementManage",
  167. "style" :
  168. {
  169. "navigationBarTitleText": "付款结算",
  170. "enablePullDownRefresh": false
  171. }
  172. }
  173. ,{
  174. "path" : "pages/digitalShelf/settlementManage/settlementSxDetail",
  175. "style" :
  176. {
  177. "navigationBarTitleText": "已用额度详情",
  178. "enablePullDownRefresh": false
  179. }
  180. }
  181. ,{
  182. "path" : "pages/digitalShelf/settlementManage/settlementAyDetail",
  183. "style" :
  184. {
  185. "navigationBarTitleText": "待结算详情",
  186. "enablePullDownRefresh": false
  187. }
  188. }
  189. ,{
  190. "path" : "pages/digitalShelf/settlementRecord/settlementRecord",
  191. "style" :
  192. {
  193. "navigationBarTitleText": "结算记录",
  194. "enablePullDownRefresh": false,
  195. "titleView":false,
  196. // 将回弹属性关掉
  197. "bounce":"none"
  198. }
  199. }
  200. ,{
  201. "path" : "pages/digitalShelf/settlementRecord/settlementDetail",
  202. "style" :
  203. {
  204. "navigationBarTitleText": "结算详情",
  205. "enablePullDownRefresh": false
  206. }
  207. }
  208. ,{
  209. "path" : "pages/digitalShelf/settlementRecord/orderPartDetail",
  210. "style" :
  211. {
  212. "navigationBarTitleText": "订单详情",
  213. "enablePullDownRefresh": false
  214. }
  215. }
  216. ,{
  217. "path" : "pages/digitalShelf/scanBarcode/scanBarcode",
  218. "style" :
  219. {
  220. "navigationBarTitleText": "扫码取货",
  221. "enablePullDownRefresh": false
  222. }
  223. }
  224. ,{
  225. "path" : "pages/digitalShelf/tempOrderList/tempOrderList",
  226. "style" :
  227. {
  228. "navigationBarTitleText": "急送订单",
  229. "enablePullDownRefresh": false
  230. }
  231. }
  232. ,{
  233. "path" : "pages/digitalShelf/tempOrderList/orderDetail",
  234. "style" :
  235. {
  236. "navigationBarTitleText": "急送订单详情",
  237. "enablePullDownRefresh": false
  238. }
  239. }
  240. ,{
  241. "path" : "pages/storeManage/addPerson",
  242. "style" :
  243. {
  244. "navigationBarTitleText": "新增员工",
  245. "enablePullDownRefresh": false
  246. }
  247. }
  248. ,{
  249. "path" : "pages/storeManage/storeAuth",
  250. "style" :
  251. {
  252. "navigationBarTitleText": "认证成为门店",
  253. "enablePullDownRefresh": false
  254. }
  255. }
  256. ,{
  257. "path" : "pages/queryByCode/queryByCode",
  258. "style" :
  259. {
  260. "navigationBarTitleText": "按产品编码查询",
  261. "enablePullDownRefresh": false
  262. }
  263. }
  264. ,{
  265. "path" : "pages/queryByCode/confirmQh",
  266. "style" :
  267. {
  268. "navigationBarTitleText": "确认取货",
  269. "enablePullDownRefresh": false
  270. }
  271. }
  272. ,{
  273. "path" : "pages/storeManage/priceSetting/priceSetting",
  274. "style" :
  275. {
  276. "navigationBarTitleText": "价格显示设置",
  277. "enablePullDownRefresh": false
  278. }
  279. }
  280. ],
  281. "globalStyle": {
  282. "navigationBarTextStyle": "black",
  283. "navigationBarTitleText": "uni-app",
  284. "navigationBarBackgroundColor": "#F8F8F8",
  285. "backgroundColor": "#F8F8F8"
  286. },
  287. "tabBar": {
  288. "color": "#7A7E83",
  289. "selectedColor": "#191919",
  290. "backgroundColor": "#ffffff",
  291. "fontSize": "14px",
  292. "list": [{
  293. "pagePath": "pages/index/index"
  294. },
  295. {
  296. "pagePath": "pages/morePage/morePage"
  297. }
  298. ]
  299. }
  300. }