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) => {