| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- // 看看的数据
- const KKlist1Temp = [
- {
- name: '空军静展区',
- id: 'kj',
- children: ['空军静展区']
- },
- {
- name: '海军静展区',
- id: 'kj2',
- children: ['海军静展区']
- },
- {
- name: 'SU57',
- id: 'kj3',
- children: ['SU57']
- }
- ]
- const KKobjTemp = {
- 空军静展区: [
- {
- id: 'SG-kcDHg3KWc3X',
- sceneCode: 'SG-kcDHg3KWc3X',
- sceneTitle: '空军静展区-1',
- type: 'kk'
- },
- {
- id: 'SG-CPwbgVaPvcY',
- sceneCode: 'SG-CPwbgVaPvcY',
- sceneTitle: '空军静展区-2',
- type: 'kk'
- },
- {
- id: 'SG-EBnsb3F3I5g',
- sceneCode: 'SG-EBnsb3F3I5g',
- sceneTitle: '空军静展区-3',
- type: 'kk'
- },
- {
- id: 'SG-8GMytTLsSaJ',
- sceneCode: 'SG-8GMytTLsSaJ',
- sceneTitle: '空军静展区-4',
- type: 'kk'
- }
- ],
- 海军静展区: [
- {
- id: 'SG-VZzjvTCyHV4',
- sceneCode: 'SG-VZzjvTCyHV4',
- sceneTitle: '海军静展区-1',
- type: 'kk'
- },
- {
- id: 'SG-K6C0Sfl4zzu',
- sceneCode: 'SG-K6C0Sfl4zzu',
- sceneTitle: '海军静展区-2',
- type: 'kk'
- }
- ],
- SU57: [
- {
- id: 'SG-2vQApDenbb8',
- sceneCode: 'SG-2vQApDenbb8',
- sceneTitle: 'SU57',
- type: 'kk'
- }
- ]
- }
- const WKIDTEMP = 'WK1856238346562650112'
|