会员管理组件替换
This commit is contained in:
@@ -179,6 +179,9 @@
|
||||
return;
|
||||
}
|
||||
let arr = paths.split(",")
|
||||
if(this.returnId) {
|
||||
arr.map(item => item = getFileAccessHttpUrl(item))
|
||||
}
|
||||
for(var a=0;a<arr.length;a++){
|
||||
this.fileList.forEach((item)=>{
|
||||
if (item.url === arr[a]){
|
||||
@@ -299,6 +302,9 @@
|
||||
window.open(url)
|
||||
}
|
||||
},
|
||||
getFileUrl(fileId){
|
||||
return `${window._CONFIG['domianURL']}/sys/common/download/${fileId}`
|
||||
}
|
||||
},
|
||||
mounted(){},
|
||||
model: {
|
||||
|
||||
Reference in New Issue
Block a user