let baseUrlRes = '' if (window.location.href.includes('http://')) { // 本地环境 baseUrlRes = 'http://127.0.0.1:8081/staticData/' } else { // 正式环境 baseUrlRes = '../staticData' } const dataAll = { modeList: [ { name: 'stereoscopic', title: '立面图', mainBody: '1.png' }, { name: 'plane', title: '平面图', mainBody: 'all.png', content: [ { id: 1, name: '顶甲板', number: 'DECK8:', mainBody: 'detail.png', heilight: '1.png', sceneCode:'KJ-SjCkVMr1qvf', info: '主桅顶部布置了船舶航行雷达、天气雷达和自动气象站,用于周围船舶扫描和气象要素观测。', guideP: { top: '20%', left: '40%' }, hotP: { top: '20px', left: '-83px', topMo:'-32px', leftMo:'-68px', }, lineP: { width: '33vw', height: 'auto', left: '-21px' } }, { id: 2, name: '罗经甲板', number: 'DECK7:', mainBody: 'detail.png', heilight: '2.png', sceneCode:'KJ-KHsnJLZm3cn', info: '本层包含观察室和多种天线集群,保障船舶在海上的通讯和安全航行。', guideP: { top: '20%', left: '40%' }, hotP: { top: '5vh', left: '-36px', topMo:'-4vh', leftMo:'-36px', }, lineP: { width: '20vw', height: '8vh', left: '30px' } }, { id: 3, name: '驾驶甲板', number: 'DECK6:', mainBody: 'detail.png', heilight: '3.png', sceneCode:'KJ-DTMF9dkffbn', info: '本层是船舶驾驶台,用于船舶航行操控。', guideP: { top: '20%', left: '40%' }, hotP: { top: '9vh', left: '-1vw', topMo:'-1vh', leftMo:'-6vw', }, lineP: { width: '20vw', height: '14vh', left: '30px' } }, { id: 4, name: '直升机甲板', number: 'DECK5:', mainBody: 'detail.png', heilight: '4.png', sceneCode:'KJ-4fYUsjIDNBL', info: '本层包含直升机平台和无人机库等,用于直升机应急救援、科考无人机的存放和起落。', guideP: { top: '20%', left: '40%' }, hotP: { top: '141px', left: '-7px', topMo:'48px', leftMo:'-7px', }, lineP: { width: '20vw', height: '20vh', left: '30px' } }, { id: 5, name: '艏楼甲板', number: 'DECK4:', mainBody: 'detail.png', heilight: '5.png', sceneCode:'KJ-3902aPaHp8O', info: '本层主要是船员住舱区域,同时配套了小型会议室;艏楼甲板主要用于伙食等生活物资吊运,其前部的科学桅上布置了部分气象观测设备。', guideP: { top: '20%', left: '40%' }, hotP: { top: '19vh', left: '0px', topMo:'19vh', leftMo:'0px', }, lineP: { width: '20vw', height: '25vh', left: '30px' } }, { id: 6, name: '登艇甲板', number: 'DECK3:', mainBody: 'detail.png', heilight: '6.png', sceneCode:'KJ-wZetq7LLSnK', info: '本层主要是科考人员的住舱区域,同时配套了图书阅览室;登艇甲板主要用于紧急逃生集合及救生艇、工作艇布放。', guideP: { top: '20%', left: '40%' }, hotP: { top: '24vh', left: '-1vh', topMo:'24vh', leftMo:'-1vh', }, lineP: { width: '20vw', height: '28vh', left: '30px' } }, { id: 7, name: '登船甲板', number: 'DECK2:', mainBody: 'detail.png', heilight: '7.png', sceneCode:'KJ-5NGVgP2oO5G', info: '本层是参航队员饮食休闲的生活区域,包含厨房餐厅、影音娱乐、健身区、多功能厅、科教展示区以及登船大堂等。', guideP: { top: '20%', height: '20vh', left: '40%' }, hotP: { top: '28vh', left: '0px', topMo:'28vh', leftMo:'0px', }, lineP: { width: '20vw', height: '35vh', left: '30px' } }, { id: 8, name: '主甲板', number: 'DECK1:', mainBody: 'detail.png', heilight: '8.png', sceneCode:'KJ-1G9iEXB7ohx', info: '本层是科考作业和室内实验的主要工作区域,包含CTD采水间、通用湿实验室、通用干实验室、仪器运维室等多个实验室及610㎡的大型甲板作业区;同时也是全船科考设备集中操控和显示的区域。', guideP: { top: '20%', left: '40%' }, hotP: { top: '33vh', left: '0px', topMo:'33vh', leftMo:'0px', }, lineP: { width: '20vw', height: '40vh', left: '30px' } }, { id: 9, name: '下甲板', number: 'DECKB1:', mainBody: 'detail.png', heilight: '9.png', sceneCode:'KJ-4XeLjELZjSh_02', info: '本层包含多个科考人员的住舱、科考操控支撑设备,同时也是船舶动力系统的集中控制区。', guideP: { top: '20%', left: '40%' }, hotP: { top: '37vh', left: '0px', topMo:'37vh', leftMo:'0px', }, lineP: { width: '20vw', height: '44vh', left: '30px' } }, { id: 10, name: '救生艇', number: '-:', sceneCode:'KJ-VfABdXXAzvy', mainBody: 'detail.png', }, ] }, ] }