pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  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/storeManage/addPerson",
  119. "style" :
  120. {
  121. "navigationBarTitleText": "新增员工",
  122. "enablePullDownRefresh": false
  123. }
  124. }
  125. ,{
  126. "path" : "pages/storeManage/storeAuth",
  127. "style" :
  128. {
  129. "navigationBarTitleText": "认证成为门店",
  130. "enablePullDownRefresh": false
  131. }
  132. }
  133. ,{
  134. "path" : "pages/storeManage/priceSetting/priceSetting",
  135. "style" :
  136. {
  137. "navigationBarTitleText": "价格显示设置",
  138. "enablePullDownRefresh": false
  139. }
  140. }
  141. ,{
  142. "path" : "pages/morePage/redPacket",
  143. "style" :
  144. {
  145. "navigationBarTitleText": "红包奖励",
  146. "enablePullDownRefresh": false
  147. }
  148. }
  149. ,{
  150. "path" : "pages/storeManage/editIsManage",
  151. "style" :
  152. {
  153. "navigationBarTitleText": "选择新负责人",
  154. "enablePullDownRefresh": false
  155. }
  156. }
  157. ,{
  158. "path" : "pages/storeManage/editAdminAuth",
  159. "style" :
  160. {
  161. "navigationBarTitleText": "设置岗位",
  162. "enablePullDownRefresh": false
  163. }
  164. }
  165. ],
  166. "subPackages":[{
  167. "root": "pagesA",
  168. "pages":[
  169. {
  170. "path" : "digitalShelf/choosePart",
  171. "style" :
  172. {
  173. "navigationBarTitleText": "选择配件",
  174. "enablePullDownRefresh": false
  175. }
  176. }
  177. ,{
  178. "path" : "digitalShelf/orderList",
  179. "style" :
  180. {
  181. "navigationBarTitleText": "货架订单",
  182. "enablePullDownRefresh": false
  183. }
  184. }
  185. ,{
  186. "path" : "digitalShelf/orderDetail",
  187. "style" :
  188. {
  189. "navigationBarTitleText": "订单详情",
  190. "enablePullDownRefresh": false
  191. }
  192. }
  193. ,{
  194. "path" : "digitalShelf/choosePartResult",
  195. "style" :
  196. {
  197. "navigationBarTitleText": "",
  198. "enablePullDownRefresh": false
  199. }
  200. }
  201. ,{
  202. "path" : "digitalShelf/stockPut",
  203. "style" :
  204. {
  205. "navigationBarTitleText": "补货记录",
  206. "enablePullDownRefresh": false
  207. }
  208. }
  209. ,{
  210. "path" : "digitalShelf/stockPutDetail",
  211. "style" :
  212. {
  213. "navigationBarTitleText": "补货单详情",
  214. "enablePullDownRefresh": false
  215. }
  216. }
  217. ,{
  218. "path" : "digitalShelf/settlementManage/settlementManage",
  219. "style" :
  220. {
  221. "navigationBarTitleText": "付款结算",
  222. "enablePullDownRefresh": false
  223. }
  224. }
  225. ,{
  226. "path" : "digitalShelf/settlementManage/settlementSxDetail",
  227. "style" :
  228. {
  229. "navigationBarTitleText": "已用额度详情",
  230. "enablePullDownRefresh": false
  231. }
  232. }
  233. ,{
  234. "path" : "digitalShelf/settlementManage/settlementAyDetail",
  235. "style" :
  236. {
  237. "navigationBarTitleText": "待结算详情",
  238. "enablePullDownRefresh": false
  239. }
  240. }
  241. ,{
  242. "path" : "digitalShelf/settlementRecord/settlementRecord",
  243. "style" :
  244. {
  245. "navigationBarTitleText": "结算记录",
  246. "enablePullDownRefresh": false,
  247. "titleView":false,
  248. // 将回弹属性关掉
  249. "bounce":"none"
  250. }
  251. }
  252. ,{
  253. "path" : "digitalShelf/settlementRecord/settlementDetail",
  254. "style" :
  255. {
  256. "navigationBarTitleText": "结算详情",
  257. "enablePullDownRefresh": false
  258. }
  259. }
  260. ,{
  261. "path" : "digitalShelf/settlementRecord/orderPartDetail",
  262. "style" :
  263. {
  264. "navigationBarTitleText": "订单详情",
  265. "enablePullDownRefresh": false
  266. }
  267. }
  268. ,{
  269. "path" : "digitalShelf/scanBarcode/scanBarcode",
  270. "style" :
  271. {
  272. "navigationBarTitleText": "扫码拿货",
  273. "enablePullDownRefresh": false
  274. }
  275. }
  276. ,{
  277. "path" : "digitalShelf/tempOrderList/tempOrderList",
  278. "style" :
  279. {
  280. "navigationBarTitleText": "急送订单",
  281. "enablePullDownRefresh": false
  282. }
  283. }
  284. ,{
  285. "path" : "digitalShelf/tempOrderList/orderDetail",
  286. "style" :
  287. {
  288. "navigationBarTitleText": "急送订单详情",
  289. "enablePullDownRefresh": false
  290. }
  291. },
  292. {
  293. "path" : "queryByCode/queryByCode",
  294. "style" :
  295. {
  296. "navigationBarTitleText": "按产品编码查询",
  297. "enablePullDownRefresh": false
  298. }
  299. }
  300. ,{
  301. "path" : "queryByCode/confirmQh",
  302. "style" :
  303. {
  304. "navigationBarTitleText": "确认拿货",
  305. "enablePullDownRefresh": false
  306. }
  307. }
  308. ,{
  309. "path" : "videos/index",
  310. "style" :
  311. {
  312. "navigationBarTitleText": "视频",
  313. "enablePullDownRefresh": false
  314. }
  315. }
  316. ]
  317. }],
  318. "preloadRule": {
  319. "pages/index/index": {
  320. "network": "all",
  321. "packages": ["pagesA"]
  322. }
  323. },
  324. "globalStyle": {
  325. "navigationBarTextStyle": "black",
  326. "navigationBarTitleText": "uni-app",
  327. "navigationBarBackgroundColor": "#F8F8F8",
  328. "backgroundColor": "#F8F8F8"
  329. },
  330. "tabBar": {
  331. "color": "#7A7E83",
  332. "selectedColor": "#191919",
  333. "backgroundColor": "#ffffff",
  334. "fontSize": "14px",
  335. "list": [{
  336. "pagePath": "pages/index/index"
  337. },
  338. {
  339. "pagePath": "pages/morePage/morePage"
  340. }
  341. ]
  342. }
  343. }