fix: 解决打包后侧边栏 favicon 不显示的问题

This commit is contained in:
2024-08-31 14:26:03 +08:00
parent 682c1eb6de
commit fc2b56b9ad

View File

@@ -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;