部分页面调整
This commit is contained in:
@@ -642,7 +642,6 @@ export default defineComponent({
|
||||
let url = data.imgUrl.split('?')[0]
|
||||
var match = url.match(/:(\d+)\/(.*)/);
|
||||
minioUrl = match[2]
|
||||
console.log(match[2]);
|
||||
// data.imgUrl
|
||||
}else{
|
||||
minioUrl = data.minIOPath?data.minIOPath:data.resData.minIOPath
|
||||
|
||||
Reference in New Issue
Block a user