无人机管理后台前端(已迁走)
张含笑
2025-07-09 cbda554bc0015f05a3a8a5f612843242b1659a32
src/views/algorithmRepository/algorithmRepository.vue
@@ -73,7 +73,7 @@
              ref="imageRef"
              :src="getSmallImg(item.url)"
              show-progress
              :preview-src-list="detailData.map(i => i.url)"
              :preview-src-list="[getShowImg(item.url)]"
              fit="cover"
            />
@@ -110,7 +110,7 @@
import { getDictionaryByCode } from '@/api/system/dictbiz';
import { getalgorithmList, selectDeviceList } from '@/api/algorithm';
import { getSmallImg } from '@/utils/util';
import { getSmallImg,getShowImg } from '@/utils/util';
import { useRouter } from 'vue-router';
const router = useRouter();
const baseUrl = import.meta.env.VITE_APP_PICTURE_URL;
@@ -259,6 +259,7 @@
    &:hover {
      background: url('/src/assets/images/ht-sfbg-hover.png') no-repeat center;
      background-size: 100% 100%;
      cursor: pointer;
    }
    &.active-bg {
      background: url('/src/assets/images/ht-sfbg-click.png') no-repeat center;