data.js 37 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357
  1. const BaseUrl = 'https://houseoss.4dkankan.com/project/jining/test/panos'
  2. const BaseLinkUrl = 'https://4dscene.4dage.com/culturalrelics/JININGJNG/Model.html?m='
  3. const infoTemo = {
  4. // 展馆简介
  5. introInfo: [
  6. {
  7. // 大图
  8. pic: './myData/intro/intro1.png',
  9. // 缩略图
  10. thumb: './myData/intro/intro1_thumb.png',
  11. text: `集宁战役纪念馆(Tsining War
  12. Memorial)位于内蒙古自治区乌兰察布市集宁区乌兰察布老虎山生态公园内。纪念馆的建成,对于缅怀革命先烈、发扬革命传统、弘扬爱国精神、教育激励后人具有重要意义。
  13. 2021年6月19日,被中央宣传部命名为“全国爱国主义教育示范基地”。`
  14. },
  15. {
  16. pic: './myData/intro/intro2.png',
  17. thumb: './myData/intro/intro2_thumb.png',
  18. text: `集宁战役纪念馆(Tsining War Memorial)。`
  19. }
  20. ],
  21. // 馆藏鉴赏
  22. oreInfo: {
  23. // 三维
  24. three: [
  25. {
  26. // 封面图
  27. pic: './myData/three/JN-1948shibei.png',
  28. // 标题
  29. title: '1948石碑',
  30. // 文字介绍
  31. text: '',
  32. // 三维链接
  33. link: BaseLinkUrl + 'JN-1948shibei',
  34. // 文字介绍下面的多张图
  35. otherPic: []
  36. },
  37. {
  38. pic: './myData/three/JN-RMYXjinianbei.png',
  39. title: '人民英雄纪念碑',
  40. text: '人民英雄纪念碑坐落在海拔1447.5米的老虎山山顶,占地475.2平方米,碑高20米。于1959年建造,1960年竣工。集宁市第四届人民代表大会第一次会议设立碑文,上书毛主席题词的“人民英雄永垂不朽”。1988年3月被列为“内蒙古自治区重点烈士纪念建筑物保护单位”,2009年3月2日被国务院批准为“国家级烈士纪念设施”。',
  41. link: BaseLinkUrl + 'JN-RMYXjinianbei',
  42. otherPic: []
  43. },
  44. {
  45. pic: './myData/three/JN-YXxiang.png',
  46. title: '英雄像',
  47. text: '老虎山地道建设于抗日战争时期,解放战争时期进行了改造。20世纪70年代,随着国际形势转变,对地道进行了加固和延伸,作为防空洞使用。老虎山地道与城市各战略要点、暗堡、战壕相连,具备了灵活性和隐蔽性的特点,在战争中发挥了重要作用。2011年9月18日,对地道内650米进行亮化、装饰,作为红色旅游景点对外开放。为了使广大游客更加真实的了解历史,对地道内各耳室进行了场景复原,设有暗堡、厨房、弹药库、日军监狱、水库、通讯联络室、作战室等场景。',
  48. link: BaseLinkUrl + 'JN-YXxiang',
  49. otherPic: []
  50. },
  51. {
  52. pic: './myData/three/JN-1948shibei.png',
  53. title: '胜利主雕',
  54. text: '广场的主题雕塑——“胜利主雕”由3位解放军战士铜像和设有“1948”字样的纪念碑组成,配合两座寓意“上阵杀敌”“铸剑促和”的辅雕,展示了1948年集宁解放时,军民共同欢庆胜利的场景。',
  55. link: BaseLinkUrl + 'JN-1948shibei',
  56. otherPic: []
  57. },
  58. {
  59. pic: './myData/three/jin01.png',
  60. title: '党尚德三级独立自由勋章',
  61. text: '',
  62. link: BaseLinkUrl + 'jin01',
  63. otherPic: []
  64. },
  65. {
  66. pic: './myData/three/jin02.png',
  67. title: '三级解放勋章(三级文物)',
  68. text: '',
  69. link: BaseLinkUrl + 'jin02',
  70. otherPic: []
  71. },
  72. {
  73. pic: './myData/three/jin03.png',
  74. title: '少校军衔礼服 (二级文物)',
  75. text: '',
  76. link: BaseLinkUrl + 'jin03',
  77. otherPic: []
  78. },
  79. {
  80. pic: './myData/three/jin04.png',
  81. title: '独立自由功勋荣誉勋章',
  82. text: '',
  83. link: BaseLinkUrl + 'jin04',
  84. otherPic: []
  85. },
  86. {
  87. pic: './myData/three/jin05.png',
  88. title: '军呢大衣',
  89. text: '',
  90. link: BaseLinkUrl + 'jin05',
  91. otherPic: []
  92. },
  93. {
  94. pic: './myData/three/jin06.png',
  95. title: '日军九五式尉官刀',
  96. text: '',
  97. link: BaseLinkUrl + 'jin06',
  98. otherPic: []
  99. },
  100. {
  101. pic: './myData/three/jin07.png',
  102. title: '饶兴使用过的马搭子',
  103. text: '',
  104. link: BaseLinkUrl + 'jin07',
  105. otherPic: []
  106. },
  107. {
  108. pic: './myData/three/jin08.png',
  109. title: '土制手榴弹',
  110. text: '',
  111. link: BaseLinkUrl + 'jin08',
  112. otherPic: []
  113. },
  114. {
  115. pic: './myData/three/jin09.png',
  116. title: '抗日战争时期,耐火地砖',
  117. text: '',
  118. link: BaseLinkUrl + 'jin09',
  119. otherPic: []
  120. },
  121. {
  122. pic: './myData/three/jin10.png',
  123. title: '抗日战争时期,耐火地砖((SK代表耐火指数,SK-28)',
  124. text: '',
  125. link: BaseLinkUrl + 'jin10',
  126. otherPic: []
  127. },
  128. {
  129. pic: './myData/three/jin11.png',
  130. title: '抗日战争时期,耐火地砖(SK代表耐火指数,SK-32)',
  131. text: '',
  132. link: BaseLinkUrl + 'jin11',
  133. otherPic: []
  134. },
  135. {
  136. pic: './myData/three/jin12.png',
  137. title: '日本军刀',
  138. text: '',
  139. link: BaseLinkUrl + 'jin12',
  140. otherPic: []
  141. },
  142. {
  143. pic: './myData/three/jin13.png',
  144. title: '当年军调部使用过的打字机(产于美国)',
  145. text: '',
  146. link: BaseLinkUrl + 'jin13',
  147. otherPic: []
  148. },
  149. {
  150. pic: './myData/three/jin14.png',
  151. title: '当年指挥所用过的马灯',
  152. text: '',
  153. link: BaseLinkUrl + 'jin14',
  154. otherPic: []
  155. },
  156. {
  157. pic: './myData/three/jin15.png',
  158. title: '抗日战争时期八路军使用的驳壳枪套',
  159. text: '',
  160. link: BaseLinkUrl + 'jin15',
  161. otherPic: []
  162. },
  163. {
  164. pic: './myData/three/jin16.png',
  165. title: '平绥路界碑',
  166. text: '',
  167. link: BaseLinkUrl + 'jin16',
  168. otherPic: []
  169. },
  170. {
  171. pic: './myData/three/jin17.png',
  172. title: '曾在指挥所使用过的手摇电话机',
  173. text: '',
  174. link: BaseLinkUrl + 'jin17',
  175. otherPic: []
  176. },
  177. {
  178. pic: './myData/three/jin18.png',
  179. title: '军用电话机',
  180. text: '',
  181. link: BaseLinkUrl + 'jin18',
  182. otherPic: []
  183. },
  184. {
  185. pic: './myData/three/jin19.png',
  186. title: '迫击炮炮弹',
  187. text: '',
  188. link: BaseLinkUrl + 'jin19',
  189. otherPic: []
  190. },
  191. {
  192. pic: './myData/three/jin20.png',
  193. title: '军皮靴',
  194. text: '',
  195. link: BaseLinkUrl + 'jin20',
  196. otherPic: []
  197. },
  198. {
  199. pic: './myData/three/jin21.png',
  200. title: '解放军使用过的迫击炮',
  201. text: '',
  202. link: BaseLinkUrl + 'jin21',
  203. otherPic: []
  204. },
  205. {
  206. pic: './myData/three/jin22.png',
  207. title: '发报机',
  208. text: '',
  209. link: BaseLinkUrl + 'jin22',
  210. otherPic: []
  211. },
  212. {
  213. pic: './myData/three/jin23.png',
  214. title: '老战士使用过的皮箱',
  215. text: '',
  216. link: BaseLinkUrl + 'jin23',
  217. otherPic: []
  218. },
  219. {
  220. pic: './myData/three/jin24.png',
  221. title: '解放军使用过的军号',
  222. text: '',
  223. link: BaseLinkUrl + 'jin24',
  224. otherPic: []
  225. },
  226. {
  227. pic: './myData/three/jin25.png',
  228. title: '解放军指挥官用过的马刀',
  229. text: '',
  230. link: BaseLinkUrl + 'jin25',
  231. otherPic: []
  232. },
  233. {
  234. pic: './myData/three/jin26.png',
  235. title: '解放战争使用过的歪把机枪(日本造11年式6.5毫米轻机枪)',
  236. text: '',
  237. link: BaseLinkUrl + 'jin26',
  238. otherPic: []
  239. },
  240. {
  241. pic: './myData/three/jin27.png',
  242. title: '捷克ZB26式7.62毫米轻机枪',
  243. text: '',
  244. link: BaseLinkUrl + 'jin27',
  245. otherPic: []
  246. },
  247. {
  248. pic: './myData/three/jin28.png',
  249. title: '汉阳造枪',
  250. text: '',
  251. link: BaseLinkUrl + 'jin28',
  252. otherPic: []
  253. },
  254. {
  255. pic: './myData/three/jin29.png',
  256. title: '中正式步枪(中国近代第一种制式步枪)',
  257. text: '',
  258. link: BaseLinkUrl + 'jin29',
  259. otherPic: []
  260. },
  261. {
  262. pic: './myData/three/jin30.png',
  263. title: '抗日战争时期的马枪(刘清兰捐赠)',
  264. text: '',
  265. link: BaseLinkUrl + 'jin30',
  266. otherPic: []
  267. },
  268. {
  269. pic: './myData/three/jin31.png',
  270. title: '牛皮公文挎包',
  271. text: '',
  272. link: BaseLinkUrl + 'jin31',
  273. otherPic: []
  274. },
  275. {
  276. pic: './myData/three/jin32.png',
  277. title: '解放战争时期使用的铁皮箱',
  278. text: '',
  279. link: BaseLinkUrl + 'jin32',
  280. otherPic: []
  281. },
  282. {
  283. pic: './myData/three/jin33.png',
  284. title: '白求恩大夫使用过的医药箱(白求恩助手王道建之子王永革)',
  285. text: '',
  286. link: BaseLinkUrl + 'jin33',
  287. otherPic: []
  288. },
  289. {
  290. pic: './myData/three/jin34.png',
  291. title: '日本大正十一年式轻机枪 歪把子',
  292. text: '',
  293. link: BaseLinkUrl + 'jin34',
  294. otherPic: []
  295. },
  296. {
  297. pic: './myData/three/jin35.png',
  298. title: '老式长筒单管猎枪',
  299. text: '',
  300. link: BaseLinkUrl + 'jin35',
  301. otherPic: []
  302. },
  303. {
  304. pic: './myData/three/jin36.png',
  305. title: 'DP-27轻机枪 转盘机枪',
  306. text: '',
  307. link: BaseLinkUrl + 'jin36',
  308. otherPic: []
  309. },
  310. {
  311. pic: './myData/three/jin37.png',
  312. title: 'ZB-26捷克轻机枪',
  313. text: '',
  314. link: BaseLinkUrl + 'jin37',
  315. otherPic: []
  316. },
  317. {
  318. pic: './myData/three/jin38.png',
  319. title: '中正式步枪(中国近代第一种制式步枪)',
  320. text: '',
  321. link: BaseLinkUrl + 'jin38',
  322. otherPic: []
  323. },
  324. {
  325. pic: './myData/three/jin39.png',
  326. title: '司登冲锋枪 英国',
  327. text: '',
  328. link: BaseLinkUrl + 'jin39',
  329. otherPic: []
  330. },
  331. {
  332. pic: './myData/three/jin40.png',
  333. title: '指挥所装文件的皮箱',
  334. text: '',
  335. link: BaseLinkUrl + 'jin40',
  336. otherPic: []
  337. },
  338. {
  339. pic: './myData/three/jin41.png',
  340. title: '风箱',
  341. text: '',
  342. link: BaseLinkUrl + 'jin41',
  343. otherPic: []
  344. },
  345. {
  346. pic: './myData/three/jin42.png',
  347. title: '纺车',
  348. text: '',
  349. link: BaseLinkUrl + 'jin42',
  350. otherPic: []
  351. },
  352. {
  353. pic: './myData/three/jin43.png',
  354. title: '八路军缴获日军指挥刀产于1936年',
  355. text: '',
  356. link: BaseLinkUrl + 'jin43',
  357. otherPic: []
  358. },
  359. {
  360. pic: './myData/three/jin44.png',
  361. title: '解放军使用过的报话机',
  362. text: '',
  363. link: BaseLinkUrl + 'jin44',
  364. otherPic: []
  365. },
  366. {
  367. pic: './myData/three/jin45.png',
  368. title: '60迫击炮',
  369. text: '',
  370. link: BaseLinkUrl + 'jin45',
  371. otherPic: []
  372. },
  373. {
  374. pic: './myData/three/jin46.png',
  375. title: '解放军用过的水壶',
  376. text: '',
  377. link: BaseLinkUrl + 'jin46',
  378. otherPic: []
  379. },
  380. {
  381. pic: './myData/three/jin47-1.png',
  382. title: '解放军训练用过的刺杀面具和木枪',
  383. text: '',
  384. link: BaseLinkUrl + 'jin47-1',
  385. otherPic: []
  386. },
  387. {
  388. pic: './myData/three/jin47-2.png',
  389. title: '解放军训练用过的刺杀面具和木枪',
  390. text: '',
  391. link: BaseLinkUrl + 'jin47-2',
  392. otherPic: []
  393. },
  394. {
  395. pic: './myData/three/jin48.png',
  396. title: '反坦克地雷',
  397. text: '',
  398. link: BaseLinkUrl + 'jin48',
  399. otherPic: []
  400. },
  401. {
  402. pic: './myData/three/jin49.png',
  403. title: '炮弹保护桶',
  404. text: '',
  405. link: BaseLinkUrl + 'jin49',
  406. otherPic: []
  407. },
  408. {
  409. pic: './myData/three/jin50.png',
  410. title: '炮弹弹壳',
  411. text: '',
  412. link: BaseLinkUrl + 'jin50',
  413. otherPic: []
  414. },
  415. {
  416. pic: './myData/three/jin51.png',
  417. title: '爆破药量计算盘',
  418. text: '',
  419. link: BaseLinkUrl + 'jin51',
  420. otherPic: []
  421. },
  422. {
  423. pic: './myData/three/jin52.png',
  424. title: '指挥员用过的指北针',
  425. text: '',
  426. link: BaseLinkUrl + 'jin52',
  427. otherPic: []
  428. },
  429. {
  430. pic: './myData/three/jin53.png',
  431. title: '战士们训练时使用的教练手榴弹(包含手榴弹袋)',
  432. text: '',
  433. link: BaseLinkUrl + 'jin53',
  434. otherPic: []
  435. },
  436. {
  437. pic: './myData/three/jin54.png',
  438. title: '轻机枪训练子弹和弹盒',
  439. text: '',
  440. link: BaseLinkUrl + 'jin54',
  441. otherPic: []
  442. },
  443. {
  444. pic: './myData/three/jin55.png',
  445. title: '炮弹弹壳',
  446. text: '',
  447. link: BaseLinkUrl + 'jin55',
  448. otherPic: []
  449. },
  450. {
  451. pic: './myData/three/jin56.png',
  452. title: '炮弹保护筒',
  453. text: '',
  454. link: BaseLinkUrl + 'jin56',
  455. otherPic: []
  456. },
  457. {
  458. pic: './myData/three/jin57.png',
  459. title: '高射炮子弹',
  460. text: '',
  461. link: BaseLinkUrl + 'jin57',
  462. otherPic: []
  463. },
  464. {
  465. pic: './myData/three/jin58.png',
  466. title: '探雷器',
  467. text: '',
  468. link: BaseLinkUrl + 'jin58',
  469. otherPic: []
  470. },
  471. {
  472. pic: './myData/three/jin59-1.png',
  473. title: '前线司令员使用的望远镜(含盒子)',
  474. text: '',
  475. link: BaseLinkUrl + 'jin59-1',
  476. otherPic: []
  477. },
  478. {
  479. pic: './myData/three/jin59-2.png',
  480. title: '前线司令员使用的望远镜(含盒子)',
  481. text: '',
  482. link: BaseLinkUrl + 'jin59-2',
  483. otherPic: []
  484. },
  485. {
  486. pic: './myData/three/jin60.png',
  487. title: '骑兵部队马鞍',
  488. text: '',
  489. link: BaseLinkUrl + 'jin60',
  490. otherPic: []
  491. },
  492. {
  493. pic: './myData/three/jin61.png',
  494. title: '收讯机',
  495. text: '',
  496. link: BaseLinkUrl + 'jin61',
  497. otherPic: []
  498. },
  499. {
  500. pic: './myData/three/jin62.png',
  501. title: '天线',
  502. text: '',
  503. link: BaseLinkUrl + 'jin62',
  504. otherPic: []
  505. },
  506. {
  507. pic: './myData/three/jin63.png',
  508. title: '自动开锁器',
  509. text: '',
  510. link: BaseLinkUrl + 'jin63',
  511. otherPic: []
  512. },
  513. {
  514. pic: './myData/three/jin64.png',
  515. title: '电台接收器',
  516. text: '',
  517. link: BaseLinkUrl + 'jin64',
  518. otherPic: []
  519. },
  520. {
  521. pic: './myData/three/jin65.png',
  522. title: '环装天线',
  523. text: '',
  524. link: BaseLinkUrl + 'jin65',
  525. otherPic: []
  526. },
  527. {
  528. pic: './myData/three/jin66.png',
  529. title: '地平表',
  530. text: '',
  531. link: BaseLinkUrl + 'jin66',
  532. otherPic: []
  533. },
  534. {
  535. pic: './myData/three/jin67.png',
  536. title: '变流机',
  537. text: '',
  538. link: BaseLinkUrl + 'jin67',
  539. otherPic: []
  540. },
  541. {
  542. pic: './myData/three/jin68.png',
  543. title: '罗盘放大器',
  544. text: '',
  545. link: BaseLinkUrl + 'jin68',
  546. otherPic: []
  547. },
  548. {
  549. pic: './myData/three/jin69.png',
  550. title: '飞行员氧气罩',
  551. text: '',
  552. link: BaseLinkUrl + 'jin69',
  553. otherPic: []
  554. },
  555. {
  556. pic: './myData/three/jin70.png',
  557. title: '飞行帽',
  558. text: '',
  559. link: BaseLinkUrl + 'jin70',
  560. otherPic: []
  561. },
  562. {
  563. pic: './myData/three/jin71.png',
  564. title: '着陆灯',
  565. text: '',
  566. link: BaseLinkUrl + 'jin71',
  567. otherPic: []
  568. },
  569. {
  570. pic: './myData/three/jin72.png',
  571. title: '罗盘航向指示器',
  572. text: '',
  573. link: BaseLinkUrl + 'jin72',
  574. otherPic: []
  575. },
  576. {
  577. pic: './myData/three/jin73.png',
  578. title: '控制盒',
  579. text: '',
  580. link: BaseLinkUrl + 'jin73',
  581. otherPic: []
  582. },
  583. {
  584. pic: './myData/three/jin74.png',
  585. title: '指挥所用过的茶壶',
  586. text: '',
  587. link: BaseLinkUrl + 'jin74',
  588. otherPic: []
  589. },
  590. {
  591. pic: './myData/three/jin75.png',
  592. title: '国民党军用过的暗箭杖',
  593. text: '',
  594. link: BaseLinkUrl + 'jin75',
  595. otherPic: []
  596. },
  597. {
  598. pic: './myData/three/jin76.png',
  599. title: '日本军刀',
  600. text: '',
  601. link: BaseLinkUrl + 'jin76',
  602. otherPic: []
  603. },
  604. {
  605. pic: './myData/three/jin77.png',
  606. title: '指挥所使用过的笔筒',
  607. text: '',
  608. link: BaseLinkUrl + 'jin77',
  609. otherPic: []
  610. },
  611. {
  612. pic: './myData/three/jin78.png',
  613. title: '前线战士使用的饭碗',
  614. text: '',
  615. link: BaseLinkUrl + 'jin78',
  616. otherPic: []
  617. },
  618. {
  619. pic: './myData/three/jin79.png',
  620. title: '簾荚板',
  621. text: '',
  622. link: BaseLinkUrl + 'jin79',
  623. otherPic: []
  624. },
  625. {
  626. pic: './myData/three/jin80.png',
  627. title: '锄地用的锄钩',
  628. text: '',
  629. link: BaseLinkUrl + 'jin01',
  630. otherPic: []
  631. },
  632. {
  633. pic: './myData/three/jin81.png',
  634. title: '当年为战士挑野菜用过的铲子',
  635. text: '',
  636. link: BaseLinkUrl + 'jin81',
  637. otherPic: []
  638. },
  639. {
  640. pic: './myData/three/jin82.png',
  641. title: '指挥所用过的门锁',
  642. text: '',
  643. link: BaseLinkUrl + 'jin82',
  644. otherPic: []
  645. },
  646. {
  647. pic: './myData/three/jin83.png',
  648. title: '八路军用过的煤油灯',
  649. text: '',
  650. link: BaseLinkUrl + 'jin83',
  651. otherPic: []
  652. },
  653. {
  654. pic: './myData/three/jin84.png',
  655. title: '解放战争时期支前用过的锤衣棒',
  656. text: '',
  657. link: BaseLinkUrl + 'jin84',
  658. otherPic: []
  659. },
  660. {
  661. pic: './myData/three/jin85.png',
  662. title: '杀敌用过的砍刀',
  663. text: '',
  664. link: BaseLinkUrl + 'jin85',
  665. otherPic: []
  666. },
  667. {
  668. pic: './myData/three/jin86.png',
  669. title: '解放战争时期接收外部信息的收音机',
  670. text: '',
  671. link: BaseLinkUrl + 'jin86',
  672. otherPic: []
  673. },
  674. {
  675. pic: './myData/three/jin87.png',
  676. title: '苏联奖章',
  677. text: '',
  678. link: BaseLinkUrl + 'jin87',
  679. otherPic: []
  680. },
  681. {
  682. pic: './myData/three/jin88.png',
  683. title: '联军奖章',
  684. text: '',
  685. link: BaseLinkUrl + 'jin88',
  686. otherPic: []
  687. },
  688. {
  689. pic: './myData/three/jin89.png',
  690. title: '联军奖章 1947年',
  691. text: '',
  692. link: BaseLinkUrl + 'jin89',
  693. otherPic: []
  694. },
  695. {
  696. pic: './myData/three/jin90.png',
  697. title: '量衣尺',
  698. text: '',
  699. link: BaseLinkUrl + 'jin90',
  700. otherPic: []
  701. }
  702. ],
  703. two: [
  704. {
  705. pic: '',
  706. title: '战役立功证书',
  707. text: '',
  708. link: '',
  709. otherPic: [
  710. './myData/two/DSC05746.jpg',
  711. './myData/two/DSC05747.jpg',
  712. './myData/two/DSC05748.jpg'
  713. ]
  714. },
  715. {
  716. pic: '',
  717. title: '转业军人证明书',
  718. text: '',
  719. link: '',
  720. otherPic: ['./myData/two/DSC05749.jpg', './myData/two/DSC05750.jpg']
  721. },
  722. {
  723. pic: '',
  724. title: '纪念章(1958年韩文)',
  725. text: '',
  726. link: '',
  727. otherPic: ['./myData/two/DSC05751.jpg', './myData/two/DSC05752.jpg']
  728. },
  729. {
  730. pic: '',
  731. title: '步兵二师纪念章',
  732. text: '',
  733. link: '',
  734. otherPic: [
  735. './myData/two/DSC05753.jpg',
  736. './myData/two/DSC05754.jpg',
  737. './myData/two/DSC05755.jpg'
  738. ]
  739. },
  740. {
  741. pic: '',
  742. title: '抗美援朝纪念章',
  743. text: '',
  744. link: '',
  745. otherPic: [
  746. './myData/two/DSC05756.jpg',
  747. './myData/two/DSC05757.jpg',
  748. './myData/two/DSC05758.jpg',
  749. './myData/two/DSC05759.jpg'
  750. ]
  751. },
  752. {
  753. pic: '',
  754. title: '人民功臣纪念章',
  755. text: '',
  756. link: '',
  757. otherPic: [
  758. './myData/two/DSC05760.jpg',
  759. './myData/two/DSC05761.jpg',
  760. './myData/two/DSC05762.jpg'
  761. ]
  762. },
  763. {
  764. pic: '',
  765. title: '华北解放纪念章',
  766. text: '',
  767. link: '',
  768. otherPic: [
  769. './myData/two/DSC05763.jpg',
  770. './myData/two/DSC05764.jpg',
  771. './myData/two/DSC05765.jpg'
  772. ]
  773. },
  774. {
  775. pic: '',
  776. title: '中国人民赴朝慰问团纪念章',
  777. text: '',
  778. link: '',
  779. otherPic: [
  780. './myData/two/DSC05766.jpg',
  781. './myData/two/DSC05767.jpg',
  782. './myData/two/DSC05768.jpg'
  783. ]
  784. },
  785. {
  786. pic: '',
  787. title: '解放西北纪念章',
  788. text: '',
  789. link: '',
  790. otherPic: ['./myData/two/DSC05769.jpg', './myData/two/DSC05770.jpg']
  791. },
  792. {
  793. pic: '',
  794. title: '全国人民慰问解放军代表团赠',
  795. text: '',
  796. link: '',
  797. otherPic: ['./myData/two/DSC05771.jpg', './myData/two/DSC05772.jpg']
  798. },
  799. {
  800. pic: '',
  801. title: '解放奖章、证书',
  802. text: '',
  803. link: '',
  804. otherPic: [
  805. './myData/two/DSC05773.jpg',
  806. './myData/two/DSC05774.jpg',
  807. './myData/two/DSC05836.jpg',
  808. './myData/two/DSC05837.jpg'
  809. ]
  810. },
  811. {
  812. pic: '',
  813. title: '心声集',
  814. text: '',
  815. link: '',
  816. otherPic: [
  817. './myData/two/DSC05775.jpg',
  818. './myData/two/DSC05776.jpg',
  819. './myData/two/DSC05777.jpg'
  820. ]
  821. },
  822. {
  823. pic: '',
  824. title: '晋中军区二十七团发展史',
  825. text: '',
  826. link: '',
  827. otherPic: ['./myData/two/DSC05778.jpg', './myData/two/DSC05779.jpg']
  828. },
  829. {
  830. pic: '',
  831. title: '为英雄模范贺喜奖状',
  832. text: '',
  833. link: '',
  834. otherPic: ['./myData/two/DSC05780.jpg', './myData/two/DSC05781.jpg']
  835. },
  836. {
  837. pic: '',
  838. title: '佟铁夫与战友合影照片',
  839. text: '',
  840. link: '',
  841. otherPic: ['./myData/two/DSC05782.jpg', './myData/two/DSC05783.jpg']
  842. },
  843. {
  844. pic: '',
  845. title: '解放战争时期解放军军装',
  846. text: '',
  847. link: '',
  848. otherPic: [
  849. './myData/two/DSC05642.jpg',
  850. './myData/two/DSC05643.jpg',
  851. './myData/two/DSC05644.jpg'
  852. ]
  853. },
  854. {
  855. pic: '',
  856. title: '战斗总结',
  857. text: '',
  858. link: '',
  859. otherPic: [
  860. './myData/two/DSC05645.jpg',
  861. './myData/two/DSC05646.jpg',
  862. './myData/two/DSC05647.jpg'
  863. ]
  864. },
  865. {
  866. pic: '',
  867. title: '炮弹引信',
  868. text: '',
  869. link: '',
  870. otherPic: [
  871. './myData/two/DSC05696.jpg',
  872. './myData/two/DSC05697.jpg',
  873. './myData/two/DSC05698.jpg'
  874. ]
  875. },
  876. {
  877. pic: '',
  878. title: '炮弹弹片',
  879. text: '',
  880. link: '',
  881. otherPic: [
  882. './myData/two/DSC05699.jpg',
  883. './myData/two/DSC05700.jpg',
  884. './myData/two/DSC05701.jpg'
  885. ]
  886. },
  887. {
  888. pic: '',
  889. title: '高射炮弹壳',
  890. text: '',
  891. link: '',
  892. otherPic: [
  893. './myData/two/DSC05702.jpg',
  894. './myData/two/DSC05703.jpg',
  895. './myData/two/DSC05704.jpg',
  896. './myData/two/DSC05705.jpg'
  897. ]
  898. },
  899. {
  900. pic: '',
  901. title: '解放军战士用过的裹腿布',
  902. text: '',
  903. link: '',
  904. otherPic: [
  905. './myData/two/DSC05648.jpg',
  906. './myData/two/DSC05649.jpg',
  907. './myData/two/DSC05650.jpg'
  908. ]
  909. },
  910. {
  911. pic: '',
  912. title: '骑兵用过的绑腿',
  913. text: '',
  914. link: '',
  915. otherPic: [
  916. './myData/two/DSC05652.jpg',
  917. './myData/two/DSC05653.jpg',
  918. './myData/two/DSC05654.jpg'
  919. ]
  920. },
  921. {
  922. pic: '',
  923. title: '解放军挑水使用的木桶',
  924. text: '',
  925. link: '',
  926. otherPic: ['./myData/two/DSC05788.jpg']
  927. },
  928. {
  929. pic: '',
  930. title: '手枪套、风镜及风镜盒',
  931. text: '',
  932. link: '',
  933. otherPic: [
  934. './myData/two/DSC05790.jpg',
  935. './myData/two/DSC05791.jpg',
  936. './myData/two/DSC05793.jpg'
  937. ]
  938. },
  939. {
  940. pic: '',
  941. title: '手枪套、子弹腰带、呢子帽、军装上衣、布胸章',
  942. text: '',
  943. link: '',
  944. otherPic: ['./myData/two/DSC05795.jpg']
  945. },
  946. {
  947. pic: '',
  948. title: '当年支前用过的扁担',
  949. text: '',
  950. link: '',
  951. otherPic: ['./myData/two/DSC05798.jpg', './myData/two/DSC05799.jpg']
  952. },
  953. {
  954. pic: '',
  955. title: '汉阳造枪',
  956. text: '',
  957. link: '',
  958. otherPic: ['./myData/two/DSC05711.jpg', './myData/two/DSC05712.jpg']
  959. },
  960. {
  961. pic: '',
  962. title: '1937年北平铜镜厂制造的化妆盒',
  963. text: '',
  964. link: '',
  965. otherPic: [
  966. './myData/two/DSC05800.jpg',
  967. './myData/two/DSC05801.jpg',
  968. './myData/two/DSC05802.jpg'
  969. ]
  970. },
  971. {
  972. pic: '',
  973. title: '五五式军服',
  974. text: '',
  975. link: '',
  976. otherPic: [
  977. './myData/two/DSC05803.jpg',
  978. './myData/two/DSC05804.jpg',
  979. './myData/two/DSC05805.jpg',
  980. './myData/two/DSC05806.jpg'
  981. ]
  982. },
  983. {
  984. pic: '',
  985. title: '五八式军服',
  986. text: '',
  987. link: '',
  988. otherPic: [
  989. './myData/two/DSC05807.jpg',
  990. './myData/two/DSC05808.jpg',
  991. './myData/two/DSC05809.jpg'
  992. ]
  993. },
  994. {
  995. pic: '',
  996. title: '〇七式军服',
  997. text: '',
  998. link: '',
  999. otherPic: [
  1000. './myData/two/DSC05810.jpg',
  1001. './myData/two/DSC05811.jpg',
  1002. './myData/two/DSC05812.jpg'
  1003. ]
  1004. },
  1005. {
  1006. pic: '',
  1007. title: '解放日报(中华民国三十五年九月十五日)',
  1008. text: '',
  1009. link: '',
  1010. otherPic: [
  1011. './myData/two/DSC05655.jpg',
  1012. './myData/two/DSC05656.jpg',
  1013. './myData/two/DSC05657.jpg'
  1014. ]
  1015. },
  1016. {
  1017. pic: '',
  1018. title: '红柜(大、小)',
  1019. text: '',
  1020. link: '',
  1021. otherPic: [
  1022. './myData/two/DSC05843.jpg',
  1023. './myData/two/DSC05844.jpg',
  1024. './myData/two/DSC05845.jpg',
  1025. './myData/two/DSC05846.jpg',
  1026. './myData/two/DSC05847.jpg',
  1027. './myData/two/DSC05848.jpg',
  1028. './myData/two/DSC05849.jpg',
  1029. './myData/two/DSC05850.jpg',
  1030. './myData/two/DSC05851.jpg'
  1031. ]
  1032. },
  1033. {
  1034. pic: '',
  1035. title: '木犁',
  1036. text: '',
  1037. link: '',
  1038. otherPic: ['./myData/two/DSC05840.jpg']
  1039. },
  1040. {
  1041. pic: '',
  1042. title: '四九式军服',
  1043. text: '',
  1044. link: '',
  1045. otherPic: [
  1046. './myData/two/DSC05813.jpg',
  1047. './myData/two/DSC05814.jpg',
  1048. './myData/two/DSC05815.jpg'
  1049. ]
  1050. },
  1051. {
  1052. pic: '',
  1053. title: '军刺',
  1054. text: '',
  1055. link: '',
  1056. otherPic: [
  1057. './myData/two/DSC05658.jpg',
  1058. './myData/two/DSC05659.jpg',
  1059. './myData/two/DSC05660.jpg'
  1060. ]
  1061. },
  1062. {
  1063. pic: '',
  1064. title: '文史资料(争夺战经过要图)',
  1065. text: '',
  1066. link: '',
  1067. otherPic: ['./myData/two/DSC05661.jpg', './myData/two/DSC05662.jpg']
  1068. },
  1069. {
  1070. pic: '',
  1071. title: '文史资料(战果报告)',
  1072. text: '',
  1073. link: '',
  1074. otherPic: [
  1075. './myData/two/DSC05663.jpg',
  1076. './myData/two/DSC05664.jpg',
  1077. './myData/two/DSC05665.jpg',
  1078. './myData/two/DSC05666.jpg'
  1079. ]
  1080. },
  1081. {
  1082. pic: '',
  1083. title: '文史资料(战斗伤亡消耗及现有统计表)',
  1084. text: '',
  1085. link: '',
  1086. otherPic: ['./myData/two/DSC05665.jpg', './myData/two/DSC05666.jpg']
  1087. },
  1088. {
  1089. pic: '',
  1090. title: '文史资料(防御工程)',
  1091. text: '',
  1092. link: '',
  1093. otherPic: ['./myData/two/DSC05667.jpg', './myData/two/DSC05668.jpg']
  1094. },
  1095. {
  1096. pic: '',
  1097. title: '司令员日记',
  1098. text: '',
  1099. link: '',
  1100. otherPic: ['./myData/two/DSC05669.jpg', './myData/two/DSC05670.jpg']
  1101. },
  1102. {
  1103. pic: '',
  1104. title: '老战士使用过的公房缴纳款薄、兵役证、党员缴纳党费证、奖章证书',
  1105. text: '',
  1106. link: '',
  1107. otherPic: [
  1108. './myData/two/DSC05671.jpg',
  1109. './myData/two/DSC05672.jpg',
  1110. './myData/two/DSC05673.jpg'
  1111. ]
  1112. },
  1113. {
  1114. pic: '',
  1115. title: '光荣牺牲证',
  1116. text: '',
  1117. link: '',
  1118. otherPic: ['./myData/two/DSC05674.jpg', './myData/two/DSC05675.jpg']
  1119. },
  1120. {
  1121. pic: '',
  1122. title: '光荣牺牲证',
  1123. text: '',
  1124. link: '',
  1125. otherPic: ['./myData/two/DSC05676.jpg', './myData/two/DSC05677.jpg']
  1126. },
  1127. {
  1128. pic: '',
  1129. title: '老战士使用的内衣、背包带',
  1130. text: '',
  1131. link: '',
  1132. otherPic: [
  1133. './myData/two/DSC05678.jpg',
  1134. './myData/two/DSC05679.jpg',
  1135. './myData/two/DSC05680.jpg'
  1136. ]
  1137. },
  1138. {
  1139. pic: '',
  1140. title: '文史资料(军调部执行部关于中共方面内容)',
  1141. text: '',
  1142. link: '',
  1143. otherPic: [
  1144. './myData/two/DSC05681.jpg',
  1145. './myData/two/DSC05682.jpg',
  1146. './myData/two/DSC05683.jpg',
  1147. './myData/two/DSC05695.jpg'
  1148. ]
  1149. },
  1150. {
  1151. pic: '',
  1152. title: '《大公报-三人小组的大成功》(民国35年3月13日)',
  1153. text: '',
  1154. link: '',
  1155. otherPic: ['./myData/two/DSC05684.jpg']
  1156. },
  1157. {
  1158. pic: '',
  1159. title: '迫击炮背垫',
  1160. text: '',
  1161. link: '',
  1162. otherPic: [
  1163. './myData/two/DSC05706.jpg',
  1164. './myData/two/DSC05707.jpg',
  1165. './myData/two/DSC05708.jpg'
  1166. ]
  1167. },
  1168. {
  1169. pic: '',
  1170. title: '军用挎包',
  1171. text: '',
  1172. link: '',
  1173. otherPic: [
  1174. './myData/two/DSC05685.jpg',
  1175. './myData/two/DSC05686.jpg',
  1176. './myData/two/DSC05687.jpg',
  1177. './myData/two/DSC05688.jpg'
  1178. ]
  1179. },
  1180. {
  1181. pic: '',
  1182. title: '爆破点火器',
  1183. text: '',
  1184. link: '',
  1185. otherPic: [
  1186. './myData/two/DSC05689.jpg',
  1187. './myData/two/DSC05690.jpg',
  1188. './myData/two/DSC05691.jpg'
  1189. ]
  1190. },
  1191. {
  1192. pic: '',
  1193. title: '解放战争时期解放军用过的子弹袋及子弹',
  1194. text: '',
  1195. link: '',
  1196. otherPic: [
  1197. './myData/two/DSC05692.jpg',
  1198. './myData/two/DSC05693.jpg',
  1199. './myData/two/DSC05694.jpg'
  1200. ]
  1201. },
  1202. {
  1203. pic: '',
  1204. title: '降落伞',
  1205. text: '',
  1206. link: '',
  1207. otherPic: [
  1208. './myData/two/DSC05852.jpg',
  1209. './myData/two/DSC05854.jpg',
  1210. './myData/two/DSC05855.jpg',
  1211. './myData/two/DSC05856.jpg'
  1212. ]
  1213. },
  1214. {
  1215. pic: '',
  1216. title: '炒莜面用的扒子',
  1217. text: '',
  1218. link: '',
  1219. otherPic: ['./myData/two/DSC05857.jpg']
  1220. },
  1221. {
  1222. pic: '',
  1223. title: '镰刀',
  1224. text: '',
  1225. link: '',
  1226. otherPic: ['./myData/two/DSC05816.jpg', './myData/two/DSC05817.jpg']
  1227. },
  1228. {
  1229. pic: '',
  1230. title: '当年支前用过的笊篱',
  1231. text: '',
  1232. link: '',
  1233. otherPic: [
  1234. './myData/two/DSC05818.jpg',
  1235. './myData/two/DSC05819.jpg',
  1236. './myData/two/DSC05820.jpg'
  1237. ]
  1238. },
  1239. {
  1240. pic: '',
  1241. title: '支前用过的和面棍',
  1242. text: '',
  1243. link: '',
  1244. otherPic: [
  1245. './myData/two/DSC05821.jpg',
  1246. './myData/two/DSC05822.jpg',
  1247. './myData/two/DSC05823.jpg'
  1248. ]
  1249. },
  1250. {
  1251. pic: '',
  1252. title: '1938年“八一”运动大会奖',
  1253. text: '',
  1254. link: '',
  1255. otherPic: [
  1256. './myData/two/DSC05824.jpg',
  1257. './myData/two/DSC05825.jpg',
  1258. './myData/two/DSC05826.jpg'
  1259. ]
  1260. },
  1261. {
  1262. pic: '',
  1263. title: '1936年教养徽章',
  1264. text: '',
  1265. link: '',
  1266. otherPic: [
  1267. './myData/two/DSC05827.jpg',
  1268. './myData/two/DSC05828.jpg',
  1269. './myData/two/DSC05829.jpg'
  1270. ]
  1271. },
  1272. {
  1273. pic: '',
  1274. title: '抗战胜利纪念章',
  1275. text: '',
  1276. link: '',
  1277. otherPic: [
  1278. './myData/two/DSC05830.jpg',
  1279. './myData/two/DSC05831.jpg',
  1280. './myData/two/DSC05832.jpg'
  1281. ]
  1282. },
  1283. {
  1284. pic: '',
  1285. title: '1938年第十八集团军章',
  1286. text: '',
  1287. link: '',
  1288. otherPic: [
  1289. './myData/two/DSC05833.jpg',
  1290. './myData/two/DSC05834.jpg',
  1291. './myData/two/DSC05835.jpg'
  1292. ]
  1293. }
  1294. ]
  1295. },
  1296. // 全景信息
  1297. panoramicInfo: {
  1298. dotname: '',
  1299. sky: [
  1300. { sceneName: 'p1', thumbUrl: BaseUrl + '/s1.tiles/thumb.jpg' },
  1301. { sceneName: 'p2', thumbUrl: BaseUrl + '/s2.tiles/thumb.jpg' },
  1302. { sceneName: 'p3', thumbUrl: BaseUrl + '/s3.tiles/thumb.jpg' },
  1303. { sceneName: 'p4', thumbUrl: BaseUrl + '/s4.tiles/thumb.jpg' },
  1304. { sceneName: 'p5', thumbUrl: BaseUrl + '/s5.tiles/thumb.jpg' },
  1305. { sceneName: 'p6', thumbUrl: BaseUrl + '/s6.tiles/thumb.jpg' },
  1306. { sceneName: 'p7', thumbUrl: BaseUrl + '/s7.tiles/thumb.jpg' },
  1307. { sceneName: 'p8', thumbUrl: BaseUrl + '/s8.tiles/thumb.jpg' },
  1308. { sceneName: 'p9', thumbUrl: BaseUrl + '/s9.tiles/thumb.jpg' },
  1309. { sceneName: 'p10', thumbUrl: BaseUrl + '/s10.tiles/thumb.jpg' },
  1310. { sceneName: 'p11', thumbUrl: BaseUrl + '/s11.tiles/thumb.jpg' },
  1311. { sceneName: 'p12', thumbUrl: BaseUrl + '/s12.tiles/thumb.jpg' },
  1312. { sceneName: 'p13', thumbUrl: BaseUrl + '/s13.tiles/thumb.jpg' },
  1313. { sceneName: 'p14', thumbUrl: BaseUrl + '/s14.tiles/thumb.jpg' },
  1314. { sceneName: 'p15', thumbUrl: BaseUrl + '/s15.tiles/thumb.jpg' },
  1315. { sceneName: 'p16', thumbUrl: BaseUrl + '/s16.tiles/thumb.jpg' },
  1316. { sceneName: 'p17', thumbUrl: BaseUrl + '/s17.tiles/thumb.jpg' },
  1317. { sceneName: 'p18', thumbUrl: BaseUrl + '/s18.tiles/thumb.jpg' },
  1318. { sceneName: 'p19', thumbUrl: BaseUrl + '/s19.tiles/thumb.jpg' }
  1319. ],
  1320. floor: [
  1321. { sceneName: '1', thumbUrl: BaseUrl + '/1.tiles/thumb.jpg' },
  1322. { sceneName: '2', thumbUrl: BaseUrl + '/2.tiles/thumb.jpg' },
  1323. { sceneName: '3', thumbUrl: BaseUrl + '/3.tiles/thumb.jpg' },
  1324. { sceneName: '4', thumbUrl: BaseUrl + '/4.tiles/thumb.jpg' },
  1325. { sceneName: '5', thumbUrl: BaseUrl + '/5.tiles/thumb.jpg' },
  1326. { sceneName: '6', thumbUrl: BaseUrl + '/6.tiles/thumb.jpg' },
  1327. { sceneName: '7', thumbUrl: BaseUrl + '/7.tiles/thumb.jpg' },
  1328. { sceneName: '8', thumbUrl: BaseUrl + '/8.tiles/thumb.jpg' },
  1329. { sceneName: '9', thumbUrl: BaseUrl + '/9.tiles/thumb.jpg' },
  1330. { sceneName: '10', thumbUrl: BaseUrl + '/10.tiles/thumb.jpg' },
  1331. { sceneName: '11', thumbUrl: BaseUrl + '/11.tiles/thumb.jpg' },
  1332. { sceneName: '12', thumbUrl: BaseUrl + '/12.tiles/thumb.jpg' },
  1333. { sceneName: '13', thumbUrl: BaseUrl + '/13.tiles/thumb.jpg' },
  1334. { sceneName: '14', thumbUrl: BaseUrl + '/14.tiles/thumb.jpg' },
  1335. { sceneName: '15', thumbUrl: BaseUrl + '/15.tiles/thumb.jpg' },
  1336. { sceneName: '16', thumbUrl: BaseUrl + '/16.tiles/thumb.jpg' },
  1337. { sceneName: '17', thumbUrl: BaseUrl + '/17.tiles/thumb.jpg' },
  1338. { sceneName: '18', thumbUrl: BaseUrl + '/18.tiles/thumb.jpg' },
  1339. { sceneName: '19', thumbUrl: BaseUrl + '/19.tiles/thumb.jpg' },
  1340. { sceneName: '20', thumbUrl: BaseUrl + '/20.tiles/thumb.jpg' },
  1341. { sceneName: '21', thumbUrl: BaseUrl + '/21.tiles/thumb.jpg' },
  1342. { sceneName: '22', thumbUrl: BaseUrl + '/22.tiles/thumb.jpg' },
  1343. { sceneName: '23', thumbUrl: BaseUrl + '/23.tiles/thumb.jpg' },
  1344. { sceneName: '24', thumbUrl: BaseUrl + '/24.tiles/thumb.jpg' },
  1345. { sceneName: '25', thumbUrl: BaseUrl + '/25.tiles/thumb.jpg' },
  1346. { sceneName: '26', thumbUrl: BaseUrl + '/26.tiles/thumb.jpg' },
  1347. { sceneName: '27', thumbUrl: BaseUrl + '/27.tiles/thumb.jpg' },
  1348. { sceneName: '28', thumbUrl: BaseUrl + '/28.tiles/thumb.jpg' },
  1349. { sceneName: '29', thumbUrl: BaseUrl + '/29.tiles/thumb.jpg' },
  1350. { sceneName: '30', thumbUrl: BaseUrl + '/30.tiles/thumb.jpg' }
  1351. ]
  1352. },
  1353. // 3D实景
  1354. sceneCode: 'SG-3wLtGOcwy3K'
  1355. }