From ebc58ccd0048f28c5f73536999069511a170ceae Mon Sep 17 00:00:00 2001 From: Xwen <929716663@qq.com> Date: Fri, 15 Dec 2023 01:16:43 +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 93044347..b2fc999f 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}${userInfo.icon}`; + return `/favicon.ico`; }; watch(userStore, (n) => {