data.js 548 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. const sceneLinkTemp = [
  2. {
  3. id: 1,
  4. title: 'A馆',
  5. items: [
  6. {
  7. title: '火箭大街1号楼1层',
  8. link: 'SG-EqJ3lXRKbec'
  9. },
  10. {
  11. title: '展馆2',
  12. link: 'SG-713368'
  13. }
  14. ]
  15. },
  16. {
  17. id: 2,
  18. title: 'B馆',
  19. items: [
  20. {
  21. title: '展馆5',
  22. link: 'SG-713368'
  23. }
  24. ]
  25. },
  26. {
  27. id: 3,
  28. title: 'C馆',
  29. items: []
  30. },
  31. {
  32. id: 4,
  33. title: 'D馆',
  34. items: [
  35. {
  36. title: '展馆9',
  37. link: 'SG-713368'
  38. }
  39. ]
  40. }
  41. ]