From fc2b56b9adc1320310b81ca4468855eb9f93755a Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Sat, 31 Aug 2024 14:26:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E6=89=93=E5=8C=85?= =?UTF-8?q?=E5=90=8E=E4=BE=A7=E8=BE=B9=E6=A0=8F=20favicon=20=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AppAside.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AppAside.vue b/src/components/AppAside.vue index bc2abb6..caa8708 100644 --- a/src/components/AppAside.vue +++ b/src/components/AppAside.vue @@ -103,7 +103,7 @@ onBeforeMount(() => { margin: auto; width: 32px; height: 32px; - background-image: url("./favicon.ico"); + background-image: url("/favicon.ico"); background-position: center; background-repeat: no-repeat; background-size: contain;