修复detail bug和取消教育版管理员获取用户使用的地区接口
This commit is contained in:
@@ -57,7 +57,7 @@ export default defineComponent({
|
||||
const selectImgItem = (file:any)=>{
|
||||
if(props.type != 'models'){
|
||||
if(!file.resData.minIOPath){
|
||||
file.minIOPath = getMinioUrl(file.resData.url)
|
||||
file.minIOPath = getMinioUrl(file.imgUrl || file.resData.url)
|
||||
}
|
||||
if(!file.designType){
|
||||
file.designType = file.resData.designType
|
||||
|
||||
Reference in New Issue
Block a user