pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  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/personData/personData",
  27. "style": {
  28. "navigationBarTitleText": "个人信息"
  29. }
  30. },
  31. {
  32. "path": "pages/scan-frame/scan-frame",
  33. "style": {
  34. "navigationBarTitleText": "扫描VIN"
  35. }
  36. }
  37. ,{
  38. "path" : "pages/vinInput/confirmVin",
  39. "style" :
  40. {
  41. "navigationBarTitleText": "确认VIN",
  42. "enablePullDownRefresh": false
  43. }
  44. }
  45. ,{
  46. "path" : "pages/vinInput/share",
  47. "style" :
  48. {
  49. "navigationBarTitleText": "分享VIN",
  50. "navigationStyle":"custom"
  51. }
  52. }
  53. ,{
  54. "path" : "pages/morePage/morePage",
  55. "style" :
  56. {
  57. "navigationBarTitleText": "",
  58. "navigationStyle":"custom"
  59. }
  60. },
  61. {
  62. "path" : "pages/videos/index",
  63. "style" :
  64. {
  65. "navigationBarTitleText": "视频教程",
  66. "enablePullDownRefresh": false
  67. }
  68. },{
  69. "path" : "pages/storeManage/personnel",
  70. "style" :
  71. {
  72. "navigationBarTitleText": "员工管理",
  73. "enablePullDownRefresh": false
  74. }
  75. },{
  76. "path" : "pages/storeManage/roleSetting/roleSetting",
  77. "style" :
  78. {
  79. "navigationBarTitleText": "岗位权限",
  80. "enablePullDownRefresh": false
  81. }
  82. },{
  83. "path" : "pages/storeManage/roleSetting/addRole",
  84. "style" :
  85. {
  86. "navigationBarTitleText": "新增岗位",
  87. "enablePullDownRefresh": false
  88. }
  89. },
  90. {
  91. "path" : "pages/storeManage/addPerson",
  92. "style" :
  93. {
  94. "navigationBarTitleText": "新增员工",
  95. "enablePullDownRefresh": false
  96. }
  97. }
  98. ,{
  99. "path" : "pages/storeManage/storeAuth",
  100. "style" :
  101. {
  102. "navigationBarTitleText": "认证成为门店",
  103. "enablePullDownRefresh": false
  104. }
  105. }
  106. ,{
  107. "path" : "pages/storeManage/priceSetting/priceSetting",
  108. "style" :
  109. {
  110. "navigationBarTitleText": "价格显示设置",
  111. "enablePullDownRefresh": false
  112. }
  113. }
  114. ,{
  115. "path" : "pages/storeManage/editIsManage",
  116. "style" :
  117. {
  118. "navigationBarTitleText": "选择新负责人",
  119. "enablePullDownRefresh": false
  120. }
  121. }
  122. ,{
  123. "path" : "pages/storeManage/editAdminAuth",
  124. "style" :
  125. {
  126. "navigationBarTitleText": "设置岗位",
  127. "enablePullDownRefresh": false
  128. }
  129. },
  130. {
  131. "path" : "pages/promo/index",
  132. "style" :
  133. {
  134. "navigationBarTitleText" : "促销活动"
  135. }
  136. },
  137. {
  138. "path" : "pages/cart/index",
  139. "style" :
  140. {
  141. "navigationBarTitleText" : "购物车"
  142. }
  143. }
  144. ],
  145. "subPackages":[
  146. {
  147. "root": "pagesA",
  148. "pages":[
  149. {
  150. "path": "about",
  151. "style": {
  152. "navigationBarTitleText": "关于我们"
  153. }
  154. },
  155. {
  156. "path": "xieyi/index",
  157. "style": {
  158. "navigationBarTitleText": "用户协议和隐私政策"
  159. }
  160. },
  161. {
  162. "path": "h5Page/index",
  163. "style": {
  164. "navigationBarTitleText": "页面"
  165. }
  166. },
  167. {
  168. "path" : "vinRecord/vinRecord",
  169. "style" :
  170. {
  171. "navigationBarTitleText": "VIN查询记录",
  172. "enablePullDownRefresh": false
  173. }
  174. },
  175. {
  176. "path" : "digitalShelf/choosePart",
  177. "style" :
  178. {
  179. "navigationBarTitleText": "选择配件",
  180. "enablePullDownRefresh": false
  181. }
  182. }
  183. ,{
  184. "path" : "digitalShelf/orderList",
  185. "style" :
  186. {
  187. "navigationBarTitleText": "货架订单",
  188. "enablePullDownRefresh": false
  189. }
  190. }
  191. ,{
  192. "path" : "digitalShelf/orderDetail",
  193. "style" :
  194. {
  195. "navigationBarTitleText": "订单详情",
  196. "enablePullDownRefresh": false
  197. }
  198. }
  199. ,{
  200. "path" : "digitalShelf/choosePartResult",
  201. "style" :
  202. {
  203. "navigationBarTitleText": "",
  204. "enablePullDownRefresh": false
  205. }
  206. }
  207. ,{
  208. "path" : "digitalShelf/stockPut",
  209. "style" :
  210. {
  211. "navigationBarTitleText": "补货记录",
  212. "enablePullDownRefresh": false
  213. }
  214. }
  215. ,{
  216. "path" : "digitalShelf/stockPutDetail",
  217. "style" :
  218. {
  219. "navigationBarTitleText": "补货单详情",
  220. "enablePullDownRefresh": false
  221. }
  222. }
  223. ,{
  224. "path" : "digitalShelf/settlementManage/settlementManage",
  225. "style" :
  226. {
  227. "navigationBarTitleText": "付款结算",
  228. "enablePullDownRefresh": false
  229. }
  230. }
  231. ,{
  232. "path" : "digitalShelf/settlementManage/settlementSxDetail",
  233. "style" :
  234. {
  235. "navigationBarTitleText": "已用额度详情",
  236. "enablePullDownRefresh": false
  237. }
  238. }
  239. ,{
  240. "path" : "digitalShelf/settlementManage/settlementAyDetail",
  241. "style" :
  242. {
  243. "navigationBarTitleText": "待结算详情",
  244. "enablePullDownRefresh": false
  245. }
  246. }
  247. ,{
  248. "path" : "digitalShelf/settlementRecord/settlementRecord",
  249. "style" :
  250. {
  251. "navigationBarTitleText": "结算记录",
  252. "enablePullDownRefresh": false,
  253. "titleView":false,
  254. // 将回弹属性关掉
  255. "bounce":"none"
  256. }
  257. }
  258. ,{
  259. "path" : "digitalShelf/settlementRecord/settlementDetail",
  260. "style" :
  261. {
  262. "navigationBarTitleText": "结算详情",
  263. "enablePullDownRefresh": false
  264. }
  265. }
  266. ,{
  267. "path" : "digitalShelf/settlementRecord/orderPartDetail",
  268. "style" :
  269. {
  270. "navigationBarTitleText": "订单详情",
  271. "enablePullDownRefresh": false
  272. }
  273. }
  274. ,{
  275. "path" : "digitalShelf/scanBarcode/scanBarcode",
  276. "style" :
  277. {
  278. "navigationBarTitleText": "扫码拿货",
  279. "enablePullDownRefresh": false
  280. }
  281. }
  282. ,{
  283. "path" : "digitalShelf/tempOrderList/tempOrderList",
  284. "style" :
  285. {
  286. "navigationBarTitleText": "急送订单",
  287. "enablePullDownRefresh": false
  288. }
  289. }
  290. ,{
  291. "path" : "digitalShelf/tempOrderList/orderDetail",
  292. "style" :
  293. {
  294. "navigationBarTitleText": "急送订单详情",
  295. "enablePullDownRefresh": false
  296. }
  297. },
  298. {
  299. "path" : "queryByCode/queryByCode",
  300. "style" :
  301. {
  302. "navigationBarTitleText": "按产品编码查询",
  303. "enablePullDownRefresh": false
  304. }
  305. }
  306. ,{
  307. "path" : "queryByCode/confirmQh",
  308. "style" :
  309. {
  310. "navigationBarTitleText": "确认拿货",
  311. "enablePullDownRefresh": false
  312. }
  313. }
  314. ,{
  315. "path" : "activeDetail/index",
  316. "style" :
  317. {
  318. "navigationBarTitleText": "活动内容",
  319. "enablePullDownRefresh": false
  320. }
  321. },
  322. {
  323. "path" : "qualityPolicy/creatOrder",
  324. "style" :
  325. {
  326. "navigationBarTitleText" : "创建质保单",
  327. "enablePullDownRefresh" : false,
  328. "navigationStyle":"custom"
  329. }
  330. },
  331. {
  332. "path" : "qualityPolicy/searchOrder",
  333. "style" :
  334. {
  335. "navigationBarTitleText" : "质保单查询",
  336. "enablePullDownRefresh" : false
  337. }
  338. },
  339. {
  340. "path" : "qualityPolicy/creatCarInfo",
  341. "style" :
  342. {
  343. "navigationBarTitleText" : "创建质保单",
  344. "enablePullDownRefresh" : false,
  345. "navigationStyle":"custom"
  346. }
  347. },
  348. {
  349. "path" : "qualityPolicy/creatCustomInfo",
  350. "style" :
  351. {
  352. "navigationBarTitleText" : "创建质保单",
  353. "enablePullDownRefresh" : false,
  354. "navigationStyle":"custom"
  355. }
  356. },
  357. {
  358. "path" : "qualityPolicy/resultOrder",
  359. "style" :
  360. {
  361. "navigationBarTitleText" : "质保单详情",
  362. "enablePullDownRefresh" : false
  363. }
  364. },
  365. {
  366. "path" : "qualityPolicy/orderDetail",
  367. "style" :
  368. {
  369. "navigationBarTitleText" : "质保单详情",
  370. "enablePullDownRefresh" : false
  371. }
  372. }
  373. ]
  374. },
  375. {
  376. "root": "pagesB",
  377. "pages":[
  378. {
  379. "path" : "stockQuery/stockQuery",
  380. "style" :
  381. {
  382. "navigationBarTitleText": "库存查询",
  383. "enablePullDownRefresh": false
  384. }
  385. },{
  386. "path" : "redPacket",
  387. "style" :
  388. {
  389. "navigationBarTitleText": "红包奖励",
  390. "enablePullDownRefresh": false
  391. }
  392. },
  393. {
  394. "path" : "videos/index",
  395. "style" :
  396. {
  397. "navigationBarTitleText": "视频教程",
  398. "enablePullDownRefresh": false
  399. }
  400. },{
  401. "path" : "videos/detail",
  402. "style" :
  403. {
  404. "navigationBarTitleText": "视频内容",
  405. "enablePullDownRefresh": false
  406. }
  407. },
  408. {
  409. "path" : "promoProduct",
  410. "style" :
  411. {
  412. "navigationBarTitleText" : "促销产品列表",
  413. "navigationStyle": "custom",
  414. "disableScroll": true,
  415. "app-plus":{
  416. "bounce":"none"
  417. },
  418. "renderer":"skyline",
  419. "componentFramework": "glass-easel"
  420. }
  421. },
  422. {
  423. "path" : "coupon",
  424. "style" :
  425. {
  426. "navigationBarTitleText" : "优惠券"
  427. }
  428. },
  429. {
  430. "path" : "procureOrder",
  431. "style" :
  432. {
  433. "navigationBarTitleText" : "采购订单"
  434. }
  435. },
  436. {
  437. "path" : "procureOrderList",
  438. "style" :
  439. {
  440. "navigationBarTitleText" : "采购订单"
  441. }
  442. },
  443. {
  444. "path" : "shopiing/searchProduct",
  445. "style" :
  446. {
  447. "navigationBarTitleText" : "商品搜索",
  448. "navigationStyle": "custom",
  449. "disableScroll": true,
  450. "app-plus":{
  451. "bounce":"none"
  452. },
  453. "renderer":"skyline",
  454. "componentFramework": "glass-easel"
  455. }
  456. },
  457. {
  458. "path" : "shopiing/productDetail",
  459. "style" :
  460. {
  461. "navigationBarTitleText" : "商品详情",
  462. "navigationStyle": "custom"
  463. }
  464. }
  465. ]
  466. }
  467. ],
  468. "preloadRule": {
  469. "pages/index/index": {
  470. "network": "all",
  471. "packages": ["pagesA","pagesB"]
  472. }
  473. },
  474. "globalStyle": {
  475. "navigationBarTextStyle": "black",
  476. "navigationBarTitleText": "uni-app",
  477. "navigationBarBackgroundColor": "#F8F8F8",
  478. "backgroundColor": "#F8F8F8"
  479. },
  480. "tabBar": {
  481. "color": "#7A7E83",
  482. "selectedColor": "#191919",
  483. "backgroundColor": "#ffffff",
  484. "fontSize": "14px",
  485. "list": [{
  486. "pagePath": "pages/index/index"
  487. },
  488. {
  489. "pagePath": "pages/promo/index"
  490. },
  491. {
  492. "pagePath": "pages/videos/index"
  493. },
  494. {
  495. "pagePath": "pages/cart/index"
  496. },
  497. {
  498. "pagePath": "pages/morePage/morePage"
  499. }
  500. ]
  501. }
  502. }