修复红绿图更新前后片问题
This commit is contained in:
@@ -58,6 +58,8 @@ export default defineComponent({
|
||||
if(props.type != 'models'){
|
||||
if(!file.resData.minIOPath){
|
||||
file.minIOPath = getMinioUrl(file.imgUrl || file.resData.url)
|
||||
}else{
|
||||
file.minIOPath = file.resData.minIOPath
|
||||
}
|
||||
if(!file.designType){
|
||||
file.designType = file.resData.designType
|
||||
|
||||
Reference in New Issue
Block a user