用户管理启用禁用
This commit is contained in:
@@ -129,8 +129,12 @@
|
||||
}
|
||||
this.picUrl = true
|
||||
let arr = paths.split(',')
|
||||
console.log(this.fileList)
|
||||
for(var a=0;a<arr.length;a++){
|
||||
this.fileList.forEach((item)=>{
|
||||
if(this.returnId){
|
||||
item.url = this.getImgUrl(item.response.result.id,item.name)
|
||||
}
|
||||
if (item.url === arr[a]){
|
||||
item.uid = uidGenerator()
|
||||
item.response.status = 'history'
|
||||
@@ -189,6 +193,7 @@
|
||||
getAvatarView(){
|
||||
if(this.fileList.length>0){
|
||||
let url = this.fileList[this.fileList.length-1].url
|
||||
// console.log( getFileAccessHttpUrl(url),'url')
|
||||
return getFileAccessHttpUrl(url)
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user