| | |
| | | <!-- |
| | | * @Author : yuan |
| | | * @Date : 2025-06-05 15:57:45 |
| | | * @LastEditors : yuan |
| | | * @LastEditTime : 2025-06-06 14:02:54 |
| | | * @FilePath : \src\components\PanoramaPopup\PanoramaPopup.vue |
| | | * @Description : |
| | | * Copyright 2025 OBKoro1, All Rights Reserved. |
| | | * 2025-06-05 15:57:45 |
| | | --> |
| | | <template> |
| | | <el-dialog |
| | | modal-class="showFullScreenDlg" |
| | |
| | | default: '', |
| | | }) |
| | | const iframeSrc = computed(() => { |
| | | console.log('panoramaParamsShow',panoramaParamsShow.value ,panoramaParamsUrl.value); |
| | | |
| | | if (!panoramaParamsUrl.value) return '' |
| | | |
| | | return `https://wrj.shuixiongit.com/dronePanorama/html/simple-index.html?path=${getShowImg(panoramaParamsUrl.value)}` |
| | | }) |
| | | |