fix: 解决打包后侧边栏 favicon 不显示的问题
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user