index.js 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. // 看看的数据
  2. const KKlist1Temp = [
  3. {
  4. name: '空军静展区',
  5. id: 'kj',
  6. children: ['空军静展区']
  7. },
  8. {
  9. name: '海军静展区',
  10. id: 'kj2',
  11. children: ['海军静展区']
  12. },
  13. {
  14. name: 'SU57',
  15. id: 'kj3',
  16. children: ['SU57']
  17. }
  18. ]
  19. const KKobjTemp = {
  20. 空军静展区: [
  21. {
  22. id: 'SG-kcDHg3KWc3X',
  23. sceneCode: 'SG-kcDHg3KWc3X',
  24. sceneTitle: '空军静展区-1',
  25. type: 'kk'
  26. },
  27. {
  28. id: 'SG-CPwbgVaPvcY',
  29. sceneCode: 'SG-CPwbgVaPvcY',
  30. sceneTitle: '空军静展区-2',
  31. type: 'kk'
  32. },
  33. {
  34. id: 'SG-EBnsb3F3I5g',
  35. sceneCode: 'SG-EBnsb3F3I5g',
  36. sceneTitle: '空军静展区-3',
  37. type: 'kk'
  38. },
  39. {
  40. id: 'SG-8GMytTLsSaJ',
  41. sceneCode: 'SG-8GMytTLsSaJ',
  42. sceneTitle: '空军静展区-4',
  43. type: 'kk'
  44. }
  45. ],
  46. 海军静展区: [
  47. {
  48. id: 'SG-VZzjvTCyHV4',
  49. sceneCode: 'SG-VZzjvTCyHV4',
  50. sceneTitle: '海军静展区-1',
  51. type: 'kk'
  52. },
  53. {
  54. id: 'SG-K6C0Sfl4zzu',
  55. sceneCode: 'SG-K6C0Sfl4zzu',
  56. sceneTitle: '海军静展区-2',
  57. type: 'kk'
  58. }
  59. ],
  60. SU57: [
  61. {
  62. id: 'SG-2vQApDenbb8',
  63. sceneCode: 'SG-2vQApDenbb8',
  64. sceneTitle: 'SU57',
  65. type: 'kk'
  66. }
  67. ]
  68. }
  69. const WKIDTEMP = 'WK1856238346562650112'