Merge remote-tracking branch 'origin/StableVersion' into dev_vite
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user