From 65d66876a8f7a0b8c5c8d5dbdb59a70ffb6bcb82 Mon Sep 17 00:00:00 2001 From: Xwen <929716663@qq.com> Date: Fri, 15 Dec 2023 01:10:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Bbs.Vue3/src/components/AvatarInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yi.Bbs.Vue3/src/components/AvatarInfo.vue b/Yi.Bbs.Vue3/src/components/AvatarInfo.vue index d208b935..93044347 100644 --- a/Yi.Bbs.Vue3/src/components/AvatarInfo.vue +++ b/Yi.Bbs.Vue3/src/components/AvatarInfo.vue @@ -59,7 +59,7 @@ const iconUrlHandler = () => { ) { return "/favicon.ico"; } - return `${import.meta.env.VITE_APP_BASEAPI}/file/${userInfo.icon}`; + return `${import.meta.env.VITE_APP_BASEAPI}${userInfo.icon}`; }; watch(userStore, (n) => {