data.js 1004 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. const sceneLinkTemp = [
  2. {
  3. id: 1,
  4. title: 'A馆',
  5. items: [
  6. {
  7. title: 'AC馆',
  8. link: 'SG-EqJ3lXRKbec'
  9. },
  10. {
  11. title: 'A馆一楼',
  12. link: 'SG-RKQlQv36Nbu'
  13. },
  14. {
  15. title: 'A馆二楼',
  16. link: 'SG-ryBEFpjTbxB'
  17. }
  18. ]
  19. },
  20. {
  21. id: 2,
  22. title: 'B馆',
  23. items: [
  24. {
  25. title: 'BD馆',
  26. link: 'SG-nFe1LNF3kpy'
  27. },
  28. {
  29. title: 'B1馆',
  30. link: 'SG-OOJPFzY5ZFz'
  31. },
  32. {
  33. title: 'B2馆',
  34. link: 'SG-9ZztEoyICcV'
  35. },
  36. {
  37. title: 'B馆中央大厅',
  38. link: 'SG-tVtpwYiqvaf'
  39. }
  40. ]
  41. },
  42. {
  43. id: 3,
  44. title: 'C馆',
  45. items: [
  46. {
  47. title: 'C馆',
  48. link: 'SG-goZny7WUC1o'
  49. }
  50. ]
  51. },
  52. {
  53. id: 4,
  54. title: 'D馆',
  55. items: [
  56. {
  57. title: 'D馆',
  58. link: 'SG-nFe1LNF3kpy'
  59. },
  60. {
  61. title: 'D馆会议中心',
  62. link: 'SG-vL4jGsIw63c'
  63. }
  64. ]
  65. }
  66. ]