会员管理组件替换

This commit is contained in:
fengachen
2021-08-27 19:06:05 +08:00
parent 4560474d2e
commit eaa55ca7ee
5 changed files with 94 additions and 94 deletions
+6
View File
@@ -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: {