12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- const sceneLinkTemp = [
- {
- id: 1,
- title: 'A馆',
- items: [
- {
- title: '火箭大街1号楼1层',
- link: 'SG-EqJ3lXRKbec'
- },
- {
- title: '展馆2',
- link: 'SG-713368'
- }
- ]
- },
- {
- id: 2,
- title: 'B馆',
- items: [
- {
- title: '展馆5',
- link: 'SG-713368'
- }
- ]
- },
- {
- id: 3,
- title: 'C馆',
- items: []
- },
- {
- id: 4,
- title: 'D馆',
- items: [
- {
- title: '展馆9',
- link: 'SG-713368'
- }
- ]
- }
- ]
|