Merge remote-tracking branch 'origin/StableVersion' into dev_vite

This commit is contained in:
X1627315083
2025-11-17 17:16:49 +08:00
4 changed files with 977 additions and 952 deletions

View File

@@ -57,7 +57,8 @@ export default defineComponent({
const getDetailListData = reactive({
})
const selectImgItem = (file:any)=>{
const selectImgItem = (data:any)=>{
let file = JSON.parse(JSON.stringify(data))
if(props.type != 'models'){
if(!file.resData?.minIOPath){
file.minIOPath = getMinioUrl(file?.imgUrl || file?.resData?.url)