无人机管理后台前端(已迁走)
张含笑
2025-06-16 63b19e12327ec473f8fdf79afebba6957a593a79
feat:全景为缩略图
3 files modified
19 ■■■■ changed files
src/components/PanoramaPopup/PanoramaPopup.vue 13 ●●●●● patch | view | raw | blame | history
src/views/dataCenter/components/searchData.vue 4 ●●●● patch | view | raw | blame | history
src/views/dataCenter/dataCenter.vue 2 ●●● patch | view | raw | blame | history
src/components/PanoramaPopup/PanoramaPopup.vue
@@ -1,13 +1,3 @@
<!--
 * @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"
@@ -33,10 +23,7 @@
    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)}`
})
src/views/dataCenter/components/searchData.vue
@@ -37,6 +37,7 @@
            popper-class="custom-date-picker"
            v-model="dateRange"
            type="daterange"
            :clearable="false"
            range-separator="至"
            start-placeholder="开始日期"
            end-placeholder="结束日期"
@@ -200,7 +201,7 @@
    searchForm.startTime = start.format(timeFormat);
    searchForm.endTime = end.format(timeFormat);
  }
  handleSearch();
  //handleSearch();
};
// 部门下得机巢
const requestDockInfo = () => {
@@ -265,7 +266,6 @@
searchForm.photoType = ''
  handleNodeClick({ id: userAreaCode.value });
  handleSearch();
  console.log('searchForm',searchForm);
  
};
// 下载
src/views/dataCenter/dataCenter.vue
@@ -35,7 +35,7 @@
              class="quanjing"
              @click="clickpanorama(scope.row)"
              v-if="scope.row?.resultType === 5"
              :src="scope.row?.link"
              :src="scope.row?.smallUrl"
              alt=""
            />
            <img