| | |
| | | ssLinePath |
| | | ) |
| | | let domain = sessionStorage.getItem('domain') |
| | | if (domain !== '0') { |
| | | addFlyLaser( |
| | | deviceInfo.payloads[0] |
| | | ) |
| | | } |
| | | // if (domain !== '0') { |
| | | // addFlyLaser( |
| | | // deviceInfo.payloads[0] |
| | | // ) |
| | | // } |
| | | setelCamera( |
| | | viewDroneInfo.longitude, |
| | | viewDroneInfo.latitude, |
| | |
| | | } |
| | | } else { |
| | | if (deviceInfo.mode_code && [3, 4, 5, 9, 10, 17].includes(deviceInfo.mode_code)) { |
| | | // 暂时把视锥代码注释掉 |
| | | initCreateFrustum(deviceInfo, viewDroneInfo) |
| | | addFlyGltf( |
| | | viewDroneInfo.longitude, |
| | |
| | | ssLinePath |
| | | ) |
| | | let domain = sessionStorage.getItem('domain') |
| | | if (domain !== '0') { |
| | | addFlyLaser( |
| | | deviceInfo.payloads[0] |
| | | ) |
| | | } |
| | | // if (domain !== '0') { |
| | | // addFlyLaser( |
| | | // deviceInfo.payloads[0] |
| | | // ) |
| | | // } |
| | | } |
| | | } |
| | | const imgRightBlue = new URL('@/assets/images/arrow-right-pink.png', import.meta.url).href |
| | |
| | | }) |
| | | } |
| | | |
| | | if (data.deviceInfo[data.currentSn].mode_code && [3, 4, 5, 9, 10, 17].includes(deviceInfo.mode_code)) { |
| | | if (data.deviceInfo[data.currentSn].mode_code && [3, 4, 5, 9, 10].includes(deviceInfo.mode_code)) { |
| | | if (switchSaving) return (switchSaving = false) |
| | | const newPositions = globalCesium.Cartesian3.fromDegrees( |
| | | data.deviceInfo[data.currentSn].longitude, |