frontend-uniapp
/
Civil-Affairs-Bureau-WeChar
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
a4fe6287f3ba2a06e470a812e0478bce2658cc84
Authored by
李宇
2023-12-18 15:43:55 +0800
1 parent
a1ef22ec
1
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/myinfo/myinfo.vue
pages/myinfo/myinfo.vue
View file @
a4fe628
...
...
@@ -82,7 +82,7 @@
82
82
this.fileList.push({
83
83
name:"1",
84
84
fileId:res.newFileName,
85
- url:
this.BASE_URL +
res.data.avatar
85
+ url:
res.data.avatar
86
86
})
87
87
this.nickName = res.data.nickName;
88
88
})
...
...