data.json 549 B

123456789101112131415161718192021222324252627282930313233343536
  1. [
  2. {
  3. "title":"生产类",
  4. "list":[
  5. {
  6. "icon":"./icon/section_1_icon_1.png",
  7. "name":"采煤"
  8. },
  9. {
  10. "icon":"./icon/section_1_icon_2.png",
  11. "name":"掘进"
  12. },
  13. {
  14. "icon":"./icon/section_1_icon_3.png",
  15. "name":"主运输"
  16. }
  17. ]
  18. },
  19. {
  20. "title":"辅助类",
  21. "list":[
  22. {
  23. "icon":"./icon/section_2_icon_1.png",
  24. "name":"主扇通风"
  25. },
  26. {
  27. "icon":"./icon/section_2_icon_2.png",
  28. "name":"电力监控"
  29. },
  30. {
  31. "icon":"./icon/section_2_icon_3.png",
  32. "name":"智慧水务"
  33. }
  34. ]
  35. }
  36. ]