Commit a4fe6287f3ba2a06e470a812e0478bce2658cc84
1 parent
a1ef22ec
1
Showing
1 changed file
with
1 additions
and
1 deletions
pages/myinfo/myinfo.vue
| @@ -82,7 +82,7 @@ | @@ -82,7 +82,7 @@ | ||
| 82 | this.fileList.push({ | 82 | this.fileList.push({ |
| 83 | name:"1", | 83 | name:"1", |
| 84 | fileId:res.newFileName, | 84 | fileId:res.newFileName, |
| 85 | - url: this.BASE_URL + res.data.avatar | 85 | + url: res.data.avatar |
| 86 | }) | 86 | }) |
| 87 | this.nickName = res.data.nickName; | 87 | this.nickName = res.data.nickName; |
| 88 | }) | 88 | }) |