From a4fe6287f3ba2a06e470a812e0478bce2658cc84 Mon Sep 17 00:00:00 2001 From: liy <1492230202@qq.com> Date: Mon, 18 Dec 2023 15:43:55 +0800 Subject: [PATCH] 1 --- pages/myinfo/myinfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/myinfo/myinfo.vue b/pages/myinfo/myinfo.vue index bca63d7..a9a33e2 100644 --- a/pages/myinfo/myinfo.vue +++ b/pages/myinfo/myinfo.vue @@ -82,7 +82,7 @@ this.fileList.push({ name:"1", fileId:res.newFileName, - url: this.BASE_URL + res.data.avatar + url: res.data.avatar }) this.nickName = res.data.nickName; }) -- libgit2 0.21.4