home.js 600 B

1234567891011121314151617181920212223242526272829
  1. export default {
  2. '/api/home': {
  3. "code":1,
  4. "data":{
  5. "bannerList":[
  6. {
  7. "isShow":1,
  8. "url":null,
  9. "imageUrl":"../../../assets/2c3968e33e2342feaa9fa3695b2e169e.png",
  10. "comment":"仅做展示"}
  11. ],
  12. "productList":[
  13. {
  14. "id":1,
  15. "productName":"苹果 iPhone",
  16. "topPrice":7500,
  17. "imgUrl":"",
  18. },{
  19. "id":2,
  20. "productName":"苹果 iPhone",
  21. "topPrice":2265,
  22. "imgUrl":"",
  23. }
  24. ]
  25. },
  26. "msg":"ok"
  27. }
  28. }