无人机管理后台前端(已迁走)
张含笑
2025-07-07 b0ed06ce3130e82db802973cfd460595bda99813
src/views/algorithmRepository/algorithmRepository.vue
@@ -73,7 +73,7 @@
              ref="imageRef"
              :src="getSmallImg(item.url)"
              show-progress
              :preview-src-list="[getSmallImg(item.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;