| | |
| | | ref="imageRef" |
| | | :src="getSmallImg(item.url)" |
| | | show-progress |
| | | :preview-src-list="[getSmallImg(item.url)]" |
| | | :preview-src-list="[getShowImg(item.url)]" |
| | | fit="cover" |
| | | /> |
| | | |
| | |
| | | |
| | | 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; |